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

Method StringStore

src/resources/stringstore.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#include <jsoncpp/json/json.h>
28
29Sorcery::StringStore::StringStore(const std::string &filename)
30 : _filename{filename} {
31
32 // Load strings from file
33 _loaded = _load();
34}
35
36auto Sorcery::StringStore::reload() -> void {
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected