Skip to main content

code_query

Function code_query 

Source
pub fn code_query(
    colony: &Colony,
    query: &str,
    max_results: usize,
) -> Vec<CodeQueryResult>
Expand description

Query the code knowledge graph for a term.

Performs a 2-3 hop BFS traversal from seed nodes with cumulative edge weight scoring. This surfaces related types, functions, and concepts beyond immediate neighbors.