Struct rust_code_analysis::CountCfg [−][src]
Expand description
Configuration options for counting different types of nodes in a code.
Fields
filters: Vec<String>
Types of nodes to count
stats: Arc<Mutex<Count>>
Number of nodes of a certain type counted by each thread