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

Method framePayload

tools/ipc_codegen/ipc_codegen.cpp:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534 }
535
536 static const FrameField* framePayload(const FrameDecl& frame) {
537 for (const auto& field : frame.fields) if (field.payload) return &field;
538 return nullptr;
539 }
540
541 void optionalSemi() {
542 if (token_.kind == Tok::Semi) advance();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected