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

Method fromJSON

packages/db-ivm/src/multiset.ts:29–31  ·  view source on GitHub ↗
(json: string)

Source from the content-addressed store, hash-verified

27 }
28
29 static fromJSON<U>(json: string): MultiSet<U> {
30 return new MultiSet(JSON.parse(json))
31 }
32
33 /**
34 * Apply a function to all records in the collection.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected