Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ safeParseUpdateConfig
Function
safeParseUpdateConfig
examples/react/todo/src/db/validation.ts:84–86 ·
view source on GitHub ↗
(data: unknown)
Source
from the content-addressed store, hash-verified
82
}
83
84
export
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