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

Function Lf

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

Source from the content-addressed store, hash-verified

10707 bd(o)
10708 }
10709 function Lf(s) {
10710 for (; null != s; s = s.nextSibling) {
10711 var o = s.nodeType
10712 if (1 === o || 3 === o) break
10713 if (8 === o) {
10714 if ('$' === (o = s.data) || '$!' === o || '$?' === o) break
10715 if ('/$' === o) return null
10716 }
10717 }
10718 return s
10719 }
10720 function Mf(s) {
10721 s = s.previousSibling
10722 for (var o = 0; s; ) {

Callers 6

CgFunction · 0.70
EgFunction · 0.70
GgFunction · 0.70
HgFunction · 0.70
ojFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected