Skip to main content

admit_symbol_graphs

Function admit_symbol_graphs 

Source
fn admit_symbol_graphs<'a>(
    graphs: Vec<Cow<'a, SymbolGraph>>,
    control: &IndexWorkControl,
) -> Result<(Vec<Cow<'a, SymbolGraph>>, GraphIdentityAdmission), CliError>
Expand description

Admit parser graphs at one shared boundary before any strict graph object is built.