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

Method id

src/gui/message.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51auto Sorcery::Message::id() const -> std::string {
52
53 return _id;
54}
55
56auto Sorcery::Message::name() const -> std::string {
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected