MCPcopy Create free account
hub / github.com/davemoore22/sorcery / StringStore

Method StringStore

inc/resources/stringstore.hpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 public:
32 explicit StringStore(const std::string &filename);
33 StringStore() = delete;
34
35 auto get(std::string_view key) const -> std::string;
36 auto reload() -> void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected