MCPcopy Index your code
hub / github.com/Effect-TS/effect / onEnd

Function onEnd

packages/platform-node-shared/src/internal/stream.ts:272–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270 latch.unsafeOpen()
271 }
272 function onEnd() {
273 exit.current = Exit.void
274 latch.unsafeOpen()
275 }
276 readable.on("readable", onReadable)
277 readable.on("error", onErr)
278 readable.on("end", onEnd)

Callers

nothing calls this directly

Calls 1

unsafeOpenMethod · 0.80

Tested by

no test coverage detected