MCPcopy Index your code
hub / github.com/Effect-TS/effect / toString

Function toString

packages/effect/src/internal/hashMap.ts:79–81  ·  view source on GitHub ↗
(this: HashMapImpl<K, V>)

Source from the content-addressed store, hash-verified

77 return false
78 },
79 toString<K, V>(this: HashMapImpl<K, V>) {
80 return format(this.toJSON())
81 },
82 toJSON() {
83 return {
84 _id: "HashMap",

Callers

nothing calls this directly

Calls 2

formatFunction · 0.70
toJSONMethod · 0.65

Tested by

no test coverage detected