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

Function toString

packages/effect/src/MutableHashSet.ts:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 .map(([_]) => _)[Symbol.iterator]()
125 },
126 toString() {
127 return format(this.toJSON())
128 },
129 toJSON() {
130 return {
131 _id: "MutableHashSet",

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…