()
| 512 | let _apiKeyHelperEpoch = 0 |
| 513 | |
| 514 | export function getApiKeyHelperElapsedMs(): number { |
| 515 | const startedAt = _apiKeyHelperInflight?.startedAt |
| 516 | return startedAt ? Date.now() - startedAt : 0 |
| 517 | } |
| 518 | |
| 519 | export async function getApiKeyFromApiKeyHelper( |
| 520 | isNonInteractiveSession: boolean, |
no outgoing calls
no test coverage detected