MCPcopy
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

projectMcpServersFunction · 0.80
projectOpencodeWorkspaceFunction · 0.80
handleRunFunction · 0.80
handle.test.tsFile · 0.80
clearLineFunction · 0.80
updateProgressFunction · 0.80
projectGrokMcpBridgeFunction · 0.80
projectMcpServersFunction · 0.80
projectGrokWorkspaceFunction · 0.80
spawnProcessMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by 1

runPermissionFunction · 0.64