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

Function toString

packages/effect/src/MutableList.ts:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56 },
57 toString() {
58 return format(this.toJSON())
59 },
60 toJSON() {
61 return {
62 _id: "MutableList",

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…