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 boundary-family analysis and return the dead-code JSON envelope.

This is a convenience wrapper over the typed dead-code runtime. It keeps boundary_violations, boundary_coverage_violations, and boundary_call_violations.

ยงErrors

Returns the same structured errors as detect_dead_code.