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

Function safeParseUpdateConfig

examples/solid/todo/src/db/validation.ts:84–86  ·  view source on GitHub ↗
(data: unknown)

Source from the content-addressed store, hash-verified

82}
83
84export const safeParseUpdateConfig = (data: unknown) => {
85 return updateConfigSchema.safeParse(data)
86}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected