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

Function toString

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

Source from the content-addressed store, hash-verified

38 return new MutableHashMapIterator(this)
39 },
40 toString() {
41 return format(this.toJSON())
42 },
43 toJSON() {
44 return {
45 _id: "MutableHashMap",

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…