MCPcopy Index your code
hub / github.com/dataease/SQLBot / Sc

Function Sc

frontend/public/swagger-ui-bundle.js:9333–9355  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

9331 ' '
9332 )
9333 function Sc(s, o) {
9334 switch (s) {
9335 case 'focusin':
9336 case 'focusout':
9337 Rt = null
9338 break
9339 case 'dragenter':
9340 case 'dragleave':
9341 Dt = null
9342 break
9343 case 'mouseover':
9344 case 'mouseout':
9345 Lt = null
9346 break
9347 case 'pointerover':
9348 case 'pointerout':
9349 Ft.delete(o.pointerId)
9350 break
9351 case 'gotpointercapture':
9352 case 'lostpointercapture':
9353 Bt.delete(o.pointerId)
9354 }
9355 }
9356 function Tc(s, o, i, a, u, _) {
9357 return null === s || s.nativeEvent !== _
9358 ? ((s = {

Callers 1

fdFunction · 0.70

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected