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

Class CommandDecl

tools/ipc_codegen/ipc_codegen.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62};
63
64struct CommandDecl {
65 std::string name;
66 std::string enumValue;
67 FrameDecl request;
68 FrameDecl response;
69 bool responseNone = false;
70 int line = 0;
71};
72
73struct ProtocolDecl {
74 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected