MCPcopy Create free account
hub / github.com/dataease/SQLBot / Ef

Function Ef

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

Source from the content-addressed store, hash-verified

10666 var sn = null,
10667 on = null
10668 function Ef(s, o) {
10669 return (
10670 'textarea' === s ||
10671 'noscript' === s ||
10672 'string' == typeof o.children ||
10673 'number' == typeof o.children ||
10674 ('object' == typeof o.dangerouslySetInnerHTML &&
10675 null !== o.dangerouslySetInnerHTML &&
10676 null != o.dangerouslySetInnerHTML.__html)
10677 )
10678 }
10679 var an = 'function' == typeof setTimeout ? setTimeout : void 0,
10680 cn = 'function' == typeof clearTimeout ? clearTimeout : void 0,
10681 ln = 'function' == typeof Promise ? Promise : void 0,

Callers 2

GgFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected