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

Method get_monochrome

src/core/controller.cpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201auto Sorcery::Controller::get_characters() const -> std::string {
202
203 std::string output{};
204 for (const auto &character : _characters)
205 output.append(std::format("{:>26}: {}\n", enum_name(character.first),
206 character.second));
207
208 return output;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected