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

Method _initialise

src/engine/graveyard.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46Sorcery::Graveyard::~Graveyard() {}
47
48auto Sorcery::Graveyard::_initialise() -> bool {
49
50 return true;
51}
52
53auto Sorcery::Graveyard::start(void) -> int {
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected