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

Function r

tests/integrations/hubspot/shell.js:204–213  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

202 return (e.ctrlKey || e.altKey || e.metaKey) && !(e.ctrlKey && e.altKey);
203 }
204 function r(e) {
205 switch (e) {
206 case _.topCompositionStart:
207 return N.compositionStart;
208 case _.topCompositionEnd:
209 return N.compositionEnd;
210 case _.topCompositionUpdate:
211 return N.compositionUpdate;
212 }
213 }
214 function o(e, t) {
215 return e === _.topKeyDown && t.keyCode === E;
216 }

Callers 8

aFunction · 0.70
cFunction · 0.70
shell.jsFile · 0.70
oFunction · 0.70
iFunction · 0.70
lFunction · 0.70
wFunction · 0.70
ytFunction · 0.70

Calls 15

toStringMethod · 0.80
replaceMethod · 0.80
oFunction · 0.70
iFunction · 0.70
cFunction · 0.70
fFunction · 0.70
bFunction · 0.70
vFunction · 0.70
aFunction · 0.70
mFunction · 0.70
OFunction · 0.70
uFunction · 0.70

Tested by

no test coverage detected