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

Method _read

packages/platform/node-shared/src/NodeStream.ts:436–438  ·  view source on GitHub ↗
(_size: number)

Source from the content-addressed store, hash-verified

434 }
435
436 override _read(_size: number): void {
437 this.readLatch.openUnsafe()
438 }
439
440 override _destroy(error: Error | null, callback: (error?: Error | null | undefined) => void): void {
441 if (!this.fiber) {

Callers

nothing calls this directly

Calls 1

openUnsafeMethod · 0.65

Tested by

no test coverage detected