MCPcopy
hub / github.com/codeaashu/claude-code / getApiKeyHelperElapsedMs

Function getApiKeyHelperElapsedMs

src/utils/auth.ts:464–467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

NotificationContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected