MCPcopy
hub / github.com/Effect-TS/effect / toString

Function toString

packages/effect/src/Micro.ts:293–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291 return pipeArguments(this, arguments)
292 }
293 toString() {
294 return this.stack
295 }
296 [NodeInspectSymbol]() {
297 return this.stack
298 }

Callers

nothing calls this directly

Calls 1

formatFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…