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

Function writeFoldedLines

frontend/public/swagger-ui-bundle.js:33217–33219  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

33215 ((i += 3), 0 !== (o = s.input.charCodeAt(i)) && !is_WS_OR_EOL(o))
33216 )
33217 }
33218 function writeFoldedLines(s, o) {
33219 1 === o ? (s.result += ' ') : o > 1 && (s.result += er.repeat('\n', o - 1))
33220 }
33221 function readBlockSequence(s, o) {
33222 var i,

Callers 1

composeNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected