Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
failures
Function · 0.70
defects
Function · 0.70
interruptors
Function · 0.70
causeEquals
Function · 0.70
flattenCauseLoop
Function · 0.70
Calls
1
pipeArguments
Function · 0.85
Tested by
no test coverage detected