MCPcopy Create free account
hub / github.com/TanStack/db / toString

Method toString

packages/db-ivm/src/multiset.ts:21–23  ·  view source on GitHub ↗
(indent = false)

Source from the content-addressed store, hash-verified

19 }
20
21 toString(indent = false): string {
22 return `MultiSet(${JSON.stringify(this.#inner, null, indent ? 2 : undefined)})`
23 }
24
25 toJSON(): string {
26 return JSON.stringify(Array.from(this.getInner()))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected