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

Function serialUpd

packages/trailbase-db-collection/src/trailbase.ts:134–135  ·  view source on GitHub ↗
(item: Partial<TItem>)

Source from the content-addressed store, hash-verified

132 const parse = (record: TRecord) =>
133 convert<TRecord, TItem>(config.parse, record)
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

Callers 1

Calls 1

convertPartialFunction · 0.85

Tested by

no test coverage detected