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

Method reload

src/resources/stringstore.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36auto Sorcery::StringStore::reload() -> void {
37
38 _loaded = _load();
39}
40
41auto Sorcery::StringStore::_load() -> bool {
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected