Skip to main content

search

Function search 

Source
pub fn search(dir: &Path, query: &str) -> Result<Vec<String>>
Expand description

Searches the cache for symbol IDs whose name contains query (substring match).

Returns a list of fully-qualified symbol ID strings; an empty vec means no matches.