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