MCPcopy Index your code
hub / github.com/MatterAIOrg/OrbCode / write

Method write

test-ui.mjs:36–39  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

34 return this.data.shift() ?? null
35 }
36 write(chunk) {
37 this.data.push(chunk)
38 this.emit("readable")
39 }
40}
41
42class FakeStdout extends EventEmitter {

Callers 7

mainFunction · 0.45
test-ui.mjsFile · 0.45
runHeadlessFunction · 0.45
mainFunction · 0.45
execHookCommandFunction · 0.45
setTerminalTitleFunction · 0.45
AppFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected