Function classify_context

Source
pub fn classify_context(
    node: LinkedNode<'_>,
    cursor: Option<usize>,
) -> Option<SyntaxContext<'_>>
Expand description

Classifies the context (outer syntax) of the node that can be operated on by IDE functionality.