MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / writeRaw

Method writeRaw

apps/cli/src/agent/output-manager.ts:164–167  ·  view source on GitHub ↗

* Write raw text to stdout (for streaming).

(text: string)

Source from the content-addressed store, hash-verified

162 * Write raw text to stdout (for streaming).
163 */
164 writeRaw(text: string): void {
165 if (this.disabled) return
166 this.stdout.write(text)
167 }
168
169 /**
170 * Check if a message has already been fully displayed.

Callers 6

outputTextMessageMethod · 0.95
outputCommandOutputMethod · 0.95
streamContentMethod · 0.95
finishStreamMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected