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

Function stableSerialize

packages/db-sqlite-persistence-core/src/persisted.ts:699–701  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

697}
698
699function stableSerialize(value: unknown): string {
700 return JSON.stringify(toStableSerializable(value) ?? null)
701}
702
703function normalizeSubsetOptionsForKey(
704 options: LoadSubsetOptions,

Callers 3

getSubsetKeyMethod · 0.85
getLoadKeyFunction · 0.85

Calls 1

toStableSerializableFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…