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

Function _temp2

src/components/DesktopUpsell/DesktopUpsellStartup.tsx:147–155  ·  view source on GitHub ↗
(prev_0)

Source from the content-addressed store, hash-verified

145 return t8;
146}
147function _temp2(prev_0) {
148 if (prev_0.desktopUpsellDismissed) {
149 return prev_0;
150 }
151 return {
152 ...prev_0,
153 desktopUpsellDismissed: true
154 };
155}
156function _temp() {
157 const newCount = (getGlobalConfig().desktopUpsellSeenCount ?? 0) + 1;
158 saveGlobalConfig(prev => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected