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

Method _initialise

src/modules/training.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 _roster = std::make_unique<Roster>(_ctx);
48};
49
50Sorcery::Training::~Training() {}
51
52auto Sorcery::Training::_initialise() -> bool {
53
54 return true;
55}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected