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

Method getFileContents

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

Source from the content-addressed store, hash-verified

16
17 protected:
18 std::string getFileContents(const std::string& filename) override {
19 return m_fileContents[filename];
20 }
21
22 std::string findPath(const std::string& filename) override { return filename; }
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected