Skip to main content

detect_boundary_violations

Function detect_boundary_violations 

Source
pub fn detect_boundary_violations(
    options: &DeadCodeOptions,
) -> Result<Value, ProgrammaticError>
Expand description

Run the boundary-violation analysis and return the standard dead-code JSON envelope filtered down to the boundary family: boundary_violations, boundary_coverage_violations, and boundary_call_violations.