(row: SessionRow)
| 46 | } |
| 47 | |
| 48 | function rowToSession(row: SessionRow): Session { |
| 49 | return { ...row, harness_adapter: row.harness_adapter as HarnessAdapterId }; |
| 50 | } |
| 51 | |
| 52 | export function getOrCreateSession(input: { |
| 53 | project_slug: string; |
no outgoing calls
no test coverage detected