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

Function createIssuesCollection

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

Source from the content-addressed store, hash-verified

52}
53
54function createIssuesCollection() {
55 return createCollection(
56 mockSyncCollectionOptions<Issue>({
57 id: `includes-type-issues`,
58 getKey: (i) => i.id,
59 initialData: [],
60 }),
61 )
62}
63
64function createCommentsCollection() {
65 return createCollection(

Callers 1

includes.test-d.tsFile · 0.70

Calls 2

createCollectionFunction · 0.85

Tested by

no test coverage detected