Skip to main content

resolve_current_symbol

Function resolve_current_symbol 

Source
pub fn resolve_current_symbol(
    _source: &[u8],
    _file_path: &Path,
    _symbol: &str,
    stored: Option<(u32, u32)>,
) -> Option<(u32, u32)>
Expand description

Resolve a symbol using the stored line range.

Repository builds with semantic support inject a tree-sitter resolver at the I/O boundary; the no-store core keeps this fallback pure and dependency-free.