Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.50
takeWith
Method · 0.50
unsafeAtomically
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected