Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ clearBetasCaches
Function
clearBetasCaches
src/utils/betas.ts:430–434 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
428
}
429
430
export
function
clearBetasCaches(): void {
431
getAllModelBetas.cache?.clear?.()
432
getModelBetas.cache?.clear?.()
433
getBedrockExtraBodyParamsBetas.cache?.clear?.()
434
}
435
Callers
2
saveOAuthTokensIfNeeded
Function · 0.85
clearAuthRelatedCaches
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected