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

Function proceed

frontend/public/swagger-ui-bundle.js:7543–7558  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7541 if ('object' != typeof o) return s(!1, o)
7542 var a = o.interrupt ? 1 : o.content.length
7543 function proceed() {
7544 for (; o.content.length; ) {
7545 var u = o.content.shift()
7546 if (void 0 !== u) {
7547 if (interrupt(u)) return
7548 format(s, u)
7549 }
7550 }
7551 ;(s(
7552 !1,
7553 (a > 1 ? o.indents : '') +
7554 (o.name ? '</' + o.name + '>' : '') +
7555 (o.indent && !i ? '\n' : '')
7556 ),
7557 i && i())
7558 }
7559 function interrupt(o) {
7560 return (
7561 !!o.interrupt &&

Callers 1

formatFunction · 0.85

Calls 5

interruptFunction · 0.85
formatFunction · 0.85
iFunction · 0.70
sFunction · 0.50
shiftMethod · 0.45

Tested by

no test coverage detected