MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / EnumMember

Class EnumMember

tools/ipc_codegen/ipc_codegen.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34struct EnumMember {
35 std::string name;
36 std::string value;
37 int line = 0;
38};
39
40struct EnumDecl {
41 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected