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

Method toString

packages/effect/src/internal/core.ts:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200 }
201 toString() {
202 return format(this.toJSON())
203 }
204 [NodeInspectSymbol]() {
205 return this.toJSON()
206 }

Callers

nothing calls this directly

Calls 2

toJSONMethod · 0.95
formatFunction · 0.70

Tested by

no test coverage detected