Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
42
class
FakeStdout extends EventEmitter {
Callers
7
main
Function · 0.45
test-ui.mjs
File · 0.45
runHeadless
Function · 0.45
main
Function · 0.45
execHookCommand
Function · 0.45
setTerminalTitle
Function · 0.45
App
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected