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

Method emitCtorArgs

tools/ipc_codegen/ipc_codegen.cpp:1087–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1085 }
1086
1087 void emitCtorArgs(const std::vector<std::string>& external) {
1088 for (const auto& name : external) out_ << ", " << name;
1089 }
1090
1091 std::ostream& out_;
1092 const File& file_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected