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

Function onDone

packages/platform/src/Ndjson.ts:167–169  ·  view source on GitHub ↗
(done: Done)

Source from the content-addressed store, hash-verified

165 return Channel.failCause(cause)
166 },
167 onDone(done: Done) {
168 return Channel.succeed(done)
169 }
170 })
171 return loop
172}

Callers 3

mergeDecision.tsFile · 0.50
takeWithMethod · 0.50
unsafeAtomicallyFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected