Function classify_context_outer

Source
pub fn classify_context_outer<'a>(
    outer: LinkedNode<'a>,
    node: LinkedNode<'a>,
) -> Option<SyntaxContext<'a>>
Expand description

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