()
| 572 | } |
| 573 | |
| 574 | export function getTotalDuration(): number { |
| 575 | return Date.now() - STATE.startTime |
| 576 | } |
| 577 | |
| 578 | export function getTotalAPIDurationWithoutRetries(): number { |
| 579 | return STATE.totalAPIDurationWithoutRetries |
no outgoing calls
no test coverage detected