MCPcopy
hub / github.com/QwikDev/partytown / c

Function c

tests/integrations/intercom/shim.latest.js:99–107  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

97 '.intercom-notifications',
98 ];
99 function c(e) {
100 try {
101 if (!(e in window)) return !1;
102 var t = window[e];
103 return null !== t && (t.setItem('intercom-test', '0'), t.removeItem('intercom-test'), !0);
104 } catch (e) {
105 return !1;
106 }
107 }
108 function a() {
109 return c('localStorage');
110 }

Callers 3

aFunction · 0.70
shim.latest.jsFile · 0.70
iFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected