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

Class Method

tools/ipc_codegen/ipc_codegen.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78};
79
80struct Method {
81 std::string name;
82 std::string retType;
83 std::vector<Field> params;
84 int line = 0;
85};
86
87struct Interface {
88 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected