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

Method setFileContents

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

Source from the content-addressed store, hash-verified

22 std::string findPath(const std::string& filename) override { return filename; }
23
24 void setFileContents(const std::string& filename, const std::string& contents) {
25 m_fileContents[filename] = contents;
26 }
27
28 int getCallbackCounter() const { return m_callbackCounter; }
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected