complete_symbol_graphs

Function complete_symbol_graphs 

Source
fn complete_symbol_graphs<'a>(
    store: &AtlasStore,
    paths: &BTreeSet<String>,
    symbols: &'a SymbolBuildStage,
    control: &IndexWorkControl,
) -> Result<Vec<Cow<'a, SymbolGraph>>, CliError>
Expand description

Overlay staged symbol changes on persisted graphs for exact selected paths.