pub fn search_nodes(batch: &RecordBatch, query: &CodeSearch) -> SearchResultExpand description
Find nodes matching a CodeSearch query.
This is a richer alternative to codegraph_query_objects that supports
regex patterns and file path filtering.
pub fn search_nodes(batch: &RecordBatch, query: &CodeSearch) -> SearchResultFind nodes matching a CodeSearch query.
This is a richer alternative to codegraph_query_objects that supports
regex patterns and file path filtering.