Skip to main content

definition_at

Function definition_at 

Source
pub fn definition_at(
    ast: &Ast,
    interner: &ThreadedRodeo,
    file_id: FileId,
    byte: u32,
) -> Option<Span>
Expand description

Find the defining span for the identifier under the cursor, if any.