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

Function toString

packages/effect/src/internal/option.ts:22–24  ·  view source on GitHub ↗
(this: Option.Option<A>)

Source from the content-addressed store, hash-verified

20 return this.toJSON()
21 },
22 toString<A>(this: Option.Option<A>) {
23 return format(this.toJSON())
24 }
25}
26
27const SomeProto = Object.assign(Object.create(CommonProto), {

Callers

nothing calls this directly

Calls 2

formatFunction · 0.70
toJSONMethod · 0.65

Tested by

no test coverage detected