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

Function toString

packages/effect/src/List.ts:103–105  ·  view source on GitHub ↗
(this: Cons<unknown>)

Source from the content-addressed store, hash-verified

101 [TypeId]: TypeId,
102 _tag: "Cons",
103 toString(this: Cons<unknown>) {
104 return format(this.toJSON())
105 },
106 toJSON(this: Cons<unknown>) {
107 return {
108 _id: "List",

Callers

nothing calls this directly

Calls 2

formatFunction · 0.70
toJSONMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…