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

Function Mf

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

Source from the content-addressed store, hash-verified

10718 return s
10719 }
10720 function Mf(s) {
10721 s = s.previousSibling
10722 for (var o = 0; s; ) {
10723 if (8 === s.nodeType) {
10724 var i = s.data
10725 if ('$' === i || '$!' === i || '$?' === i) {
10726 if (0 === o) return s
10727 o--
10728 } else '/$' === i && o++
10729 }
10730 s = s.previousSibling
10731 }
10732 return null
10733 }
10734 var pn = Math.random().toString(36).slice(2),
10735 hn = '__reactFiber$' + pn,
10736 dn = '__reactProps$' + pn,

Callers 1

WcFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected