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

Function testDocumentSeparator

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

Source from the content-addressed store, hash-verified

33205 a
33206 )
33207 }
33208 function testDocumentSeparator(s) {
33209 var o,
33210 i = s.position
33211 return !(
33212 (45 !== (o = s.input.charCodeAt(i)) && 46 !== o) ||
33213 o !== s.input.charCodeAt(i + 1) ||
33214 o !== s.input.charCodeAt(i + 2) ||
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))

Callers 2

composeNodeFunction · 0.85
readDocumentFunction · 0.85

Calls 1

is_WS_OR_EOLFunction · 0.85

Tested by

no test coverage detected