()
| 462 | let _apiKeyHelperEpoch = 0 |
| 463 | |
| 464 | export function getApiKeyHelperElapsedMs(): number { |
| 465 | const startedAt = _apiKeyHelperInflight?.startedAt |
| 466 | return startedAt ? Date.now() - startedAt : 0 |
| 467 | } |
| 468 | |
| 469 | export async function getApiKeyFromApiKeyHelper( |
| 470 | isNonInteractiveSession: boolean, |
no outgoing calls
no test coverage detected