()
| 41 | type UserRow = OutputWithVirtual<User> |
| 42 | |
| 43 | function createMessages() { |
| 44 | return createCollection( |
| 45 | mockSyncCollectionOptions<Message>({ |
| 46 | id: `multi-source-type-messages`, |
| 47 | getKey: (message) => message.id, |
| 48 | initialData: [], |
| 49 | }), |
| 50 | ) |
| 51 | } |
| 52 | |
| 53 | function createToolCalls() { |
| 54 | return createCollection( |
no test coverage detected