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

Function writeBlockSequence

frontend/public/swagger-ui-bundle.js:34269–34284  ·  view source on GitHub ↗
(s, o, i, a)

Source from the content-addressed store, hash-verified

34267 C.slice(1)
34268 )
34269 }
34270 function writeBlockSequence(s, o, i, a) {
34271 var u,
34272 _,
34273 w,
34274 x = '',
34275 C = s.tag
34276 for (u = 0, _ = i.length; u < _; u += 1)
34277 ((w = i[u]),
34278 s.replacer && (w = s.replacer.call(i, String(u), w)),
34279 (writeNode(s, o + 1, w, !0, !0, !1, !0) ||
34280 (void 0 === w && writeNode(s, o + 1, null, !0, !0, !1, !0))) &&
34281 ((a && '' === x) || (x += generateNextLine(s, o)),
34282 s.dump && 10 === s.dump.charCodeAt(0) ? (x += '-') : (x += '- '),
34283 (x += s.dump)))
34284 ;((s.tag = C), (s.dump = x || '[]'))
34285 }
34286 function detectType(s, o, i) {
34287 var a, u, _, w, x, C

Callers 1

writeNodeFunction · 0.85

Calls 2

writeNodeFunction · 0.85
generateNextLineFunction · 0.85

Tested by

no test coverage detected