MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp

Function _temp

src/components/LogoV2/OverageCreditUpsell.tsx:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 return show;
51}
52function _temp() {
53 maybeRefreshOverageCreditCache();
54 return shouldShowOverageCreditUpsell();
55}
56export function incrementOverageCreditUpsellSeenCount(): void {
57 let newCount = 0;
58 saveGlobalConfig(prev => {

Callers

nothing calls this directly

Tested by

no test coverage detected