pub fn compute_health_with_runner(
options: &ComplexityOptions,
runner: &impl ProgrammaticHealthRunner,
) -> Result<Value, ProgrammaticError>Expand description
Alias for compute_complexity_with_runner with a product-oriented name.
ยงErrors
Returns the same structured errors as compute_complexity_with_runner.