Function search_variables

Source
pub fn search_variables(
    parsed_file: &ParsedFile,
    name_pattern: Option<&str>,
) -> Vec<CodeConstruct>
Expand description

Search for variables/constants in a parsed file