Function
toString
(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
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…