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

Function Qa

frontend/public/swagger-ui-bundle.js:8507–8550  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

8505 }
8506 }
8507 function Qa(s) {
8508 if (null == s) return null
8509 if ('function' == typeof s) return s.displayName || s.name || null
8510 if ('string' == typeof s) return s
8511 switch (s) {
8512 case Z:
8513 return 'Fragment'
8514 case Y:
8515 return 'Portal'
8516 case ie:
8517 return 'Profiler'
8518 case ee:
8519 return 'StrictMode'
8520 case pe:
8521 return 'Suspense'
8522 case de:
8523 return 'SuspenseList'
8524 }
8525 if ('object' == typeof s)
8526 switch (s.$$typeof) {
8527 case ce:
8528 return (s.displayName || 'Context') + '.Consumer'
8529 case ae:
8530 return (s._context.displayName || 'Context') + '.Provider'
8531 case le:
8532 var o = s.render
8533 return (
8534 (s = s.displayName) ||
8535 (s =
8536 '' !== (s = o.displayName || o.name || '')
8537 ? 'ForwardRef(' + s + ')'
8538 : 'ForwardRef'),
8539 s
8540 )
8541 case fe:
8542 return null !== (o = s.displayName || null) ? o : Qa(s.type) || 'Memo'
8543 case ye:
8544 ;((o = s._payload), (s = s._init))
8545 try {
8546 return Qa(s(o))
8547 } catch (s) {}
8548 }
8549 return null
8550 }
8551 function Ra(s) {
8552 var o = s.type
8553 switch (s.tag) {

Callers 1

RaFunction · 0.70

Calls 1

sFunction · 0.50

Tested by

no test coverage detected