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

Method get

src/resources/levelstore.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47auto Sorcery::LevelStore::get(const int depth) const -> std::optional<Level> {
48
49 auto level{_get(depth)};
50 return level;
51}
52
53// Overload = Operator
54auto Sorcery::LevelStore::operator=(const LevelStore other) -> LevelStore & {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected