Skip to main content

get_function_paths

Function get_function_paths 

Source
pub fn get_function_paths(
    name: &str,
    file_filter: Option<&str>,
    db_path: &Path,
) -> Result<Option<Vec<Path>>>
Expand description

Get cached execution paths for a function.

Returns pre-computed paths if available in the database.

ยงErrors

Returns an error if the function is not found.