MCPcopy Create free account
hub / github.com/effect-app/libs / write

Function write

repos/effect/packages/platform-node-shared/test/NodeStream.test.ts:86–88  ·  view source on GitHub ↗
(_chunk, _encoding, callback)

Source from the content-addressed store, hash-verified

84 new Duplex({
85 read() {},
86 write(_chunk, _encoding, callback) {
87 callback(new Error())
88 }
89 }),
90 onError: () => "error" as const
91 }),

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…