MCPcopy Create free account
hub / github.com/Alexays/Waybar / default_priority_function

Function default_priority_function

src/util/regex_collection.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace waybar::util {
10
11int default_priority_function(std::string& key) { return 0; }
12
13RegexCollection::RegexCollection(const Json::Value& map, std::string default_repr,
14 const std::function<int(std::string&)>& priority_function)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected