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