Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ [NodeInspectSymbol]
Function
[NodeInspectSymbol]
packages/effect/src/Micro.ts:296–298 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
294
return
this.stack
295
}
296
[NodeInspectSymbol]() {
297
return
this.stack
298
}
299
}
300
301
class
Fail<E> extends MicroCauseImpl<
"Fail"
, E> implements MicroCause.Fail<E> {
Callers
nothing calls this directly
Calls
4
split
Method · 0.80
format
Function · 0.70
toString
Method · 0.65
join
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…