MCPcopy
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

failCauseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…