MCPcopy Create free account
hub / github.com/Effect-TS/effect / read

Function read

packages/platform/node-shared/test/NodeStream.test.ts:85–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 evaluate: () =>
84 new Duplex({
85 read() {},
86 write(_chunk, _encoding, callback) {
87 callback(new Error())
88 }

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected