pub fn find_enclosing_scope( source: &str, file_ext: &str, line: usize, ) -> Option<CodeScope>
Find the innermost named scope (function/class/module) containing the given line. line is 1-indexed.
line