MCPcopy Create free account
hub / github.com/Effect-TS/effect / toString

Function toString

packages/effect/src/Inspectable.ts:241–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 return this.toJSON()
240 },
241 toString() {
242 return format(this.toJSON())
243 }
244}
245
246/**

Callers

nothing calls this directly

Calls 2

formatFunction · 0.90
toJSONMethod · 0.65

Tested by

no test coverage detected