Skip to main content

dispatch_labels

Function dispatch_labels 

Source
pub fn dispatch_labels(
    document: &Document,
    registry: &Registry,
    diagnostics: &mut Vec<AnalysisDiagnostic>,
)
Expand description

Walk document and append diagnostics for every labelled node whose namespace is registered in registry. No-op on an empty registry.