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

Function Kb

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

Source from the content-addressed store, hash-verified

8998 }
8999 }
9000 function Kb(s, o) {
9001 var i = s.stateNode
9002 if (null === i) return null
9003 var a = Db(i)
9004 if (null === a) return null
9005 i = a[o]
9006 e: switch (o) {
9007 case 'onClick':
9008 case 'onClickCapture':
9009 case 'onDoubleClick':
9010 case 'onDoubleClickCapture':
9011 case 'onMouseDown':
9012 case 'onMouseDownCapture':
9013 case 'onMouseMove':
9014 case 'onMouseMoveCapture':
9015 case 'onMouseUp':
9016 case 'onMouseUpCapture':
9017 case 'onMouseEnter':
9018 ;((a = !a.disabled) ||
9019 (a = !(
9020 'button' === (s = s.type) ||
9021 'input' === s ||
9022 'select' === s ||
9023 'textarea' === s
9024 )),
9025 (s = !a))
9026 break e
9027 default:
9028 s = !1
9029 }
9030 if (s) return null
9031 if (i && 'function' != typeof i) throw Error(p(231, o, typeof i))
9032 return i
9033 }
9034 var tt = !1
9035 if (x)
9036 try {

Callers 3

hdFunction · 0.70
oeFunction · 0.70
wfFunction · 0.70

Calls 2

DbFunction · 0.70
pFunction · 0.70

Tested by

no test coverage detected