| 9 | namespace waybar::util { |
| 10 | |
| 11 | int default_priority_function(std::string& key) { return 0; } |
| 12 | |
| 13 | RegexCollection::RegexCollection(const Json::Value& map, std::string default_repr, |
| 14 | const std::function<int(std::string&)>& priority_function) |
nothing calls this directly
no outgoing calls
no test coverage detected