Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/ai
/ write
Method
write
packages/ai-sandbox-docker/src/handle.ts:194–197 ·
view source on GitHub ↗
(chunk, _enc, cb)
Source
from the content-addressed store, hash-verified
192
const
stderrChunks: Array<Buffer> = []
193
const
outW =
new
Writable({
194
write(chunk, _enc, cb) {
195
stdoutChunks.push(chunk as Buffer)
196
cb()
197
},
198
})
199
const
errW =
new
Writable({
200
write(chunk, _enc, cb) {
Callers
15
projectMcpServers
Function · 0.80
projectOpencodeWorkspace
Function · 0.80
handleRun
Function · 0.80
handle.test.ts
File · 0.80
clearLine
Function · 0.80
updateProgress
Function · 0.80
projectGrokMcpBridge
Function · 0.80
projectMcpServers
Function · 0.80
projectGrokWorkspace
Function · 0.80
text-adapter.test.ts
File · 0.80
spawnProcess
Method · 0.80
local-process.test.ts
File · 0.80
Calls
1
push
Method · 0.45
Tested by
1
runPermission
Function · 0.64