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.