MCPcopy
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
301class Fail<E> extends MicroCauseImpl<"Fail", E> implements MicroCause.Fail<E> {

Callers

nothing calls this directly

Calls 4

splitMethod · 0.80
formatFunction · 0.70
toStringMethod · 0.65
joinMethod · 0.65

Tested by

no test coverage detected