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

Method _initialise

src/modules/create.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected