Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ syncMethods
Function
syncMethods
packages/db/src/query/live/collection-config-builder.ts:1845–1847 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1843
const
entry: ChildCollectionEntry = {
1844
collection,
1845
get syncMethods() {
1846
return
syncMethods
1847
},
1848
resultKeys,
1849
orderByIndices,
1850
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected