MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getApiKeyHelperElapsedMs

Function getApiKeyHelperElapsedMs

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

Source from the content-addressed store, hash-verified

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

Callers 1

NotificationContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected