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

Function pipe

packages/effect/src/internal/cause.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 return isCause(that) && causeEquals(this, that)
50 },
51 pipe() {
52 return pipeArguments(this, arguments)
53 },
54 toJSON<E>(this: Cause.Cause<E>) {
55 switch (this._tag) {
56 case "Empty":

Callers 6

[Hash.symbol]Function · 0.70
failuresFunction · 0.70
defectsFunction · 0.70
interruptorsFunction · 0.70
causeEqualsFunction · 0.70
flattenCauseLoopFunction · 0.70

Calls 1

pipeArgumentsFunction · 0.85

Tested by

no test coverage detected