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

Method CssReloadHelperTest

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

Source from the content-addressed store, hash-verified

11class CssReloadHelperTest : public waybar::CssReloadHelper {
12 public:
13 CssReloadHelperTest() : CssReloadHelper("/tmp/waybar_test.css", [this]() { callback(); }) {}
14
15 void callback() { m_callbackCounter++; }
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected