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

Function serialIns

packages/trailbase-db-collection/src/trailbase.ts:136–137  ·  view source on GitHub ↗
(item: TItem)

Source from the content-addressed store, hash-verified

134 const serialUpd = (item: Partial<TItem>) =>
135 convertPartial<TItem, TRecord>(config.serialize, item)
136 const serialIns = (item: TItem) =>
137 convert<TItem, TRecord>(config.serialize, item)
138
139 const seenIds = new Store(new Map<string, number>())
140

Callers 1

Calls 1

convertFunction · 0.85

Tested by

no test coverage detected