(row: typeof MessageTable.$inferSelect)
| 78 | } |
| 79 | |
| 80 | const info = (row: typeof MessageTable.$inferSelect) => |
| 81 | ({ |
| 82 | ...row.data, |
| 83 | id: row.id, |
| 84 | sessionID: row.session_id, |
| 85 | }) as Info |
| 86 | |
| 87 | const part = (row: typeof PartTable.$inferSelect) => |
| 88 | ({ |
no outgoing calls
no test coverage detected