Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
36
export
function
clearSecretCacheForTest(): void {
37
resolved.clear();
38
inflight.clear();
39
}
Callers
4
kilo-token-auth.test.ts
File · 0.90
auth.test.ts
File · 0.90
connection-ticket.test.ts
File · 0.90
auth-bot.test.ts
File · 0.90
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected