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

Function toString

packages/effect/src/TxChunk.ts:80–82  ·  view source on GitHub ↗
(this: TxChunk<unknown>)

Source from the content-addressed store, hash-verified

78 return this.toJSON()
79 },
80 toString(this: TxChunk<unknown>) {
81 return `TxChunk(${format(toJson((this).ref))})`
82 },
83 toJSON(this: TxChunk<unknown>) {
84 return {
85 _id: "TxChunk",

Callers

nothing calls this directly

Calls 2

formatFunction · 0.90
toJsonFunction · 0.90

Tested by

no test coverage detected