()
| 54 | } |
| 55 | |
| 56 | function now(): string { |
| 57 | return new Date().toISOString() |
| 58 | } |
| 59 | |
| 60 | function sourceForTurn(type: OpenADETurnStartRequest["type"], label?: string): OpenADEActionEventSource { |
| 61 | const userLabel = label || type |
no outgoing calls
no test coverage detected