MCPcopy 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
430export function clearBetasCaches(): void {
431 getAllModelBetas.cache?.clear?.()
432 getModelBetas.cache?.clear?.()
433 getBedrockExtraBodyParamsBetas.cache?.clear?.()
434}
435

Callers 2

saveOAuthTokensIfNeededFunction · 0.85
clearAuthRelatedCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected