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

Method get_last_event

src/core/controller.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155auto Sorcery::Controller::clear_candidate_party() -> void {
156
157 _candidate_party.clear();
158}
159auto Sorcery::Controller::get_candidate_party() -> std::vector<unsigned int> & {
160
161 return _candidate_party;
162}
163auto Sorcery::Controller::get_candidate_party() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected