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

Method id

src/gui/input.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 _game = nullptr;
54 _name = _component.name;
55}
56
57auto Sorcery::Input::id() const -> std::string {
58
59 return _id;
60}
61

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected