pub fn classify(db: &dyn Db, pos: FilePosition) -> Option<GodotDef>Expand description
Classify the symbol the cursor (pos) sits on — the single entry point find-references and
goto-definition share. None for a non-identifier token, or a reference whose target cannot be
resolved (the seam — we never guess an identity).