Query number of matching categories
| 215 | bool level() const noexcept {return level_;} |
| 216 | //! Query number of matching categories |
| 217 | size_t matches() const noexcept {return matches_;} |
| 218 | //! Add matches count for the initial category filter matching |
| 219 | void addMatch() noexcept {++matches_;} |
| 220 | //! Return the category filter text |
no outgoing calls
no test coverage detected