pub fn search_variables(
parsed_file: &ParsedFile,
name_pattern: Option<&str>,
) -> Vec<CodeConstruct>
Expand description
Search for variables/constants in a parsed file
pub fn search_variables(
parsed_file: &ParsedFile,
name_pattern: Option<&str>,
) -> Vec<CodeConstruct>
Search for variables/constants in a parsed file