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

Function createUsers

packages/db/tests/query/union-all.test-d.ts:63–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63function createUsers() {
64 return createCollection(
65 mockSyncCollectionOptions<User>({
66 id: `multi-source-type-users`,
67 getKey: (user) => user.id,
68 initialData: [],
69 }),
70 )
71}
72
73describe(`unionAll types`, () => {
74 test(`exports declaration helper types used by public signatures`, () => {

Callers 1

Calls 2

createCollectionFunction · 0.85

Tested by

no test coverage detected