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

Method Emitter

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

Source from the content-addressed store, hash-verified

597class Emitter {
598public:
599 Emitter(std::ostream& out, const File& file) : out_(out), file_(file) {}
600
601 void emit(const std::string& inputName, const std::string& outputName) {
602 out_ << "// " << outputName << " - AUTO-GENERATED by tools/ipc_codegen.\n"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected