Skip to main content

derive_programmatic_health_execution_options

Function derive_programmatic_health_execution_options 

Source
pub fn derive_programmatic_health_execution_options<'a>(
    resolved: &'a ProgrammaticAnalysisContext,
    options: &'a ComplexityOptions,
) -> HealthExecutionOptions<'a>
Expand description

Derive engine-owned health execution options from public programmatic API options and a resolved analysis context.

This keeps option interpretation at the API boundary while concrete runners focus on executing the health pipeline.