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

Function createToolCalls

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

Source from the content-addressed store, hash-verified

51}
52
53function createToolCalls() {
54 return createCollection(
55 mockSyncCollectionOptions<ToolCall>({
56 id: `multi-source-type-tools`,
57 getKey: (toolCall) => toolCall.id,
58 initialData: [],
59 }),
60 )
61}
62
63function createUsers() {
64 return createCollection(

Callers 1

Calls 2

createCollectionFunction · 0.85

Tested by

no test coverage detected