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

Class File

tools/ipc_codegen/ipc_codegen.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91};
92
93struct File {
94 std::vector<EnumDecl> enums;
95 std::vector<StructDecl> structs;
96 std::vector<ProtocolDecl> protocols;
97 std::vector<Interface> interfaces;
98};
99
100enum class Tok {
101 Ident,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected