MCPcopy Index your code
hub / github.com/TanStack/db / StoredItem

Interface StoredItem

packages/db/src/local-storage.ts:43–46  ·  view source on GitHub ↗

* Internal storage format that includes version tracking

Source from the content-addressed store, hash-verified

41 * Internal storage format that includes version tracking
42 */
43interface StoredItem<T> {
44 versionKey: string
45 data: T
46}
47
48export interface Parser {
49 parse: (data: string) => unknown

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…