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

Method abort

src/core/controller.cpp:925–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923
924auto Sorcery::Controller::has_character(const std::string &flag) const -> bool {
925
926 if (_characters.contains(flag))
927 if (_characters.at(flag) != -1)
928 return true;
929
930 return false;
931}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected