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

Method get_last_dir

src/core/controller.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 return _candidate_party;
167}
168
169auto Sorcery::Controller::get_last_event() const -> Enums::Map::Event {
170
171 return _last_event;
172}
173
174auto Sorcery::Controller::set_last_event(const Enums::Map::Event value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected