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

Class FrameField

tools/ipc_codegen/ipc_codegen.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51};
52
53struct FrameField {
54 bool payload = false;
55 std::string type;
56 std::string name;
57 int line = 0;
58};
59
60struct FrameDecl {
61 std::vector<FrameField> fields;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected