Skip to main content

context_query

Function context_query 

Source
pub fn context_query(
    g: &ServeGraph,
    query: &str,
    dense: Option<(&StaticEmbedder, &HashMap<String, Vec<f32>>)>,
) -> ContextResult
Expand description

Exact-symbol lookup + 1-hop call-graph expansion.

Returns matched entry points with their callers and callees (via calls edges only). Falls back to semantic search if no exact label match is found.