MCPcopy Index your code
hub / github.com/TanStack/db / createProjectsCollection

Function createProjectsCollection

packages/db/tests/query/includes.test-d.ts:44–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44function createProjectsCollection() {
45 return createCollection(
46 mockSyncCollectionOptions<Project>({
47 id: `includes-type-projects`,
48 getKey: (p) => p.id,
49 initialData: [],
50 }),
51 )
52}
53
54function createIssuesCollection() {
55 return createCollection(

Callers 1

includes.test-d.tsFile · 0.70

Calls 2

createCollectionFunction · 0.85

Tested by

no test coverage detected