Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ error
Function
error
packages/platform/src/Multipart.ts:298–301 ·
view source on GitHub ↗
(cause)
Source
from the content-addressed store, hash-verified
296
return
mailbox.offer(element)
297
},
298
error(cause) {
299
exit = Option.some(Exit.failCause(cause))
300
return
mailbox.end
301
},
302
done(_value) {
303
return
mailbox.end
304
}
Callers
nothing calls this directly
Calls
1
failCause
Method · 0.80
Tested by
no test coverage detected