Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSteam001/OpenSteamTool
/ Interface
Class
Interface
tools/ipc_codegen/ipc_codegen.cpp:87–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
};
86
87
struct Interface {
88
std::string name;
89
std::vector<Method> methods;
90
int line = 0;
91
};
92
93
struct File {
94
std::vector<EnumDecl> enums;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected