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

Function toString

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

Source from the content-addressed store, hash-verified

95 return Array.from(this.keyMap).map(([_]) => _)[Symbol.iterator]()
96 },
97 toString() {
98 return `MutableHashSet(${format(Array.from(this))})`
99 },
100 toJSON() {
101 return {
102 _id: "MutableHashSet",

Callers

nothing calls this directly

Calls 1

formatFunction · 0.90

Tested by

no test coverage detected