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

Method toString

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

Source from the content-addressed store, hash-verified

248 }
249 }
250 toString() {
251 return format(this.toJSON())
252 }
253 [NodeInspectSymbol]() {
254 return this.toJSON()
255 }

Callers

nothing calls this directly

Calls 2

toJSONMethod · 0.95
formatFunction · 0.70

Tested by

no test coverage detected