Skip to main content

audit_binding

Function audit_binding 

Source
pub fn audit_binding(
    contracts: &[(&str, &Contract)],
    binding: &BindingRegistry,
) -> BindingAuditReport
Expand description

Audit the binding registry against a set of contracts.

For each contract, checks whether its equations have a corresponding binding entry and reports coverage gaps.