MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / clearSecretCacheForTest

Function clearSecretCacheForTest

packages/worker-utils/src/cached-secret.ts:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35/** Test-only: reset the cache between tests. */
36export function clearSecretCacheForTest(): void {
37 resolved.clear();
38 inflight.clear();
39}

Callers 4

auth.test.tsFile · 0.90
auth-bot.test.tsFile · 0.90

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected