MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / getApiKeyHelperElapsedMs

Function getApiKeyHelperElapsedMs

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

Source from the content-addressed store, hash-verified

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

Callers 1

NotificationContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected