MCPcopy
hub / github.com/Effect-TS/effect / _read

Method _read

packages/platform-node-shared/src/internal/stream.ts:349–351  ·  view source on GitHub ↗
(_size: number)

Source from the content-addressed store, hash-verified

347 }
348
349 _read(_size: number): void {
350 this.readLatch.unsafeOpen()
351 }
352
353 _destroy(error: Error | null, callback: (error?: Error | null | undefined) => void): void {
354 if (!this.fiber) {

Callers

nothing calls this directly

Calls 1

unsafeOpenMethod · 0.80

Tested by

no test coverage detected