| 155 | auto Sorcery::Controller::clear_candidate_party() -> void { |
| 156 | |
| 157 | _candidate_party.clear(); |
| 158 | } |
| 159 | auto Sorcery::Controller::get_candidate_party() -> std::vector<unsigned int> & { |
| 160 | |
| 161 | return _candidate_party; |
| 162 | } |
| 163 | auto Sorcery::Controller::get_candidate_party() const |
nothing calls this directly
no outgoing calls
no test coverage detected