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

Method callback

test/utils/css_reload_helper.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 CssReloadHelperTest() : CssReloadHelper("/tmp/waybar_test.css", [this]() { callback(); }) {}
14
15 void callback() { m_callbackCounter++; }
16
17 protected:
18 std::string getFileContents(const std::string& filename) override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected