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_violations category.