Skip to main content

resolve_function

Function resolve_function 

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

Resolve a function name to its ID, optionally filtered by file.

Uses SymbolNavigator for name-based resolution.

ยงErrors

Returns an error if the function cannot be found.