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

Function onReadable

repos/effect/packages/platform-node-shared/src/NodeStream.ts:346–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344 }
345 function onError(error: unknown) {
346 exit.current = Exit.fail(options.onError(error))
347 latch.openUnsafe()
348 }
349 function onEnd() {
350 exit.current = Exit.fail(Cause.Done())
351 latch.openUnsafe()

Callers

nothing calls this directly

Calls 1

openUnsafeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…