pub fn extract_document_graph_controlled(
bytes: &[u8],
path: &str,
language: Option<&str>,
control: &IndexWorkControl,
) -> Result<SymbolGraph, DocumentExtractionError>Expand description
Extract a sparse graph with exact document locator evidence.
ยงErrors
Returns a typed admission, parser, resource, cancellation, or deadline failure without returning a partial graph.