| 221 | ~VariableCollection() override; |
| 222 | |
| 223 | VariablesRoot* root() const { return m_universe; } |
| 224 | Watches* watches() const { return m_universe->watches(); } |
| 225 | /** |
| 226 | * @return the locals section with a given name or with the name defaultLocalsSectionTitle() if @p name is empty |
no outgoing calls
no test coverage detected