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

Function createProjectsWC

packages/db/tests/query/includes.test.ts:2214–2222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2212 ]
2213
2214 function createProjectsWC() {
2215 return createCollection(
2216 mockSyncCollectionOptions<ProjectWithCreator>({
2217 id: `includes-projects-wc`,
2218 getKey: (p) => p.id,
2219 initialData: sampleProjectsWithCreator,
2220 }),
2221 )
2222 }
2223
2224 function createIssuesWC() {
2225 return createCollection(

Callers 1

includes.test.tsFile · 0.85

Calls 2

createCollectionFunction · 0.85

Tested by

no test coverage detected