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

Function s

tests/integrations/hubspot/shell.js:217–230  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

215 return e === _.topKeyDown && t.keyCode === E;
216 }
217 function s(e, t) {
218 switch (e) {
219 case _.topKeyUp:
220 return -1 !== y.indexOf(t.keyCode);
221 case _.topKeyDown:
222 return t.keyCode !== E;
223 case _.topKeyPress:
224 case _.topMouseDown:
225 case _.topBlur:
226 return !0;
227 default:
228 return !1;
229 }
230 }
231 function l(e) {
232 var t = e.detail;
233 return 'object' == typeof t && 'data' in t ? t.data : null;

Callers 8

cFunction · 0.70
pFunction · 0.70
shell.jsFile · 0.70
aFunction · 0.70
iFunction · 0.70
lFunction · 0.70
fFunction · 0.70

Calls 13

setAttributeMethod · 0.80
tFunction · 0.70
oFunction · 0.70
uFunction · 0.70
cFunction · 0.70
lFunction · 0.70
iFunction · 0.70
gFunction · 0.70
aFunction · 0.70
dFunction · 0.70
fFunction · 0.70
xFunction · 0.70

Tested by

no test coverage detected