()
| 50 | return show; |
| 51 | } |
| 52 | function _temp() { |
| 53 | maybeRefreshOverageCreditCache(); |
| 54 | return shouldShowOverageCreditUpsell(); |
| 55 | } |
| 56 | export function incrementOverageCreditUpsellSeenCount(): void { |
| 57 | let newCount = 0; |
| 58 | saveGlobalConfig(prev => { |
nothing calls this directly
no test coverage detected