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

Function ub

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

Source from the content-addressed store, hash-verified

8925 }
8926 )
8927 function ub(s, o) {
8928 if (o) {
8929 if (We[s] && (null != o.children || null != o.dangerouslySetInnerHTML))
8930 throw Error(p(137, s))
8931 if (null != o.dangerouslySetInnerHTML) {
8932 if (null != o.children) throw Error(p(60))
8933 if (
8934 'object' != typeof o.dangerouslySetInnerHTML ||
8935 !('__html' in o.dangerouslySetInnerHTML)
8936 )
8937 throw Error(p(61))
8938 }
8939 if (null != o.style && 'object' != typeof o.style) throw Error(p(62))
8940 }
8941 }
8942 function vb(s, o) {
8943 if (-1 === s.indexOf('-')) return 'string' == typeof o.is
8944 switch (s) {

Callers 2

EjFunction · 0.70

Calls 1

pFunction · 0.70

Tested by

no test coverage detected