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

Function toString

packages/effect/src/TxHashMap.ts:33–35  ·  view source on GitHub ↗
(this: TxHashMap<unknown, unknown>)

Source from the content-addressed store, hash-verified

31 return toJson(this)
32 },
33 toString(this: TxHashMap<unknown, unknown>) {
34 return `TxHashMap(${format(toJson((this).ref))})`
35 },
36 toJSON(this: TxHashMap<unknown, unknown>) {
37 return {
38 _id: "TxHashMap",

Callers

nothing calls this directly

Calls 2

formatFunction · 0.90
toJsonFunction · 0.90

Tested by

no test coverage detected