()
| 48 | * INSERTing session-scoped rows so each row is correctly attributed. |
| 49 | */ |
| 50 | export function getHarness(): HarnessId { |
| 51 | return currentHarness; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Test-only helper to reset harness state between test cases. Do NOT call |
no outgoing calls
no test coverage detected