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

Function createUsers

packages/db/tests/query/case-when.test-d.ts:31–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29>
30
31function createUsers() {
32 return createCollection(
33 mockSyncCollectionOptions<User>({
34 id: `case-when-type-users`,
35 getKey: (user) => user.id,
36 initialData: [],
37 }),
38 )
39}
40
41function createPosts() {
42 return createCollection(

Callers 1

Calls 2

createCollectionFunction · 0.85

Tested by

no test coverage detected