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

Function toString

packages/effect/src/MutableHashMap.ts:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 return this.backing[Symbol.iterator]()
95 },
96 toString() {
97 return `MutableHashMap(${format(Array.from(this))})`
98 },
99 toJSON() {
100 return {
101 _id: "MutableHashMap",

Callers

nothing calls this directly

Calls 1

formatFunction · 0.90

Tested by

no test coverage detected