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

Function readLineBreak

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

Source from the content-addressed store, hash-verified

33173 delete i[u])
33174 return o
33175 }
33176 function readLineBreak(s) {
33177 var o
33178 ;(10 === (o = s.input.charCodeAt(s.position))
33179 ? s.position++
33180 : 13 === o
33181 ? (s.position++, 10 === s.input.charCodeAt(s.position) && s.position++)
33182 : throwError(s, 'a line break is expected'),
33183 (s.line += 1),
33184 (s.lineStart = s.position),
33185 (s.firstTabInLine = -1))
33186 }
33187 function skipSeparationSpace(s, o, i) {
33188 for (var a = 0, u = s.input.charCodeAt(s.position); 0 !== u; ) {

Callers 3

skipSeparationSpaceFunction · 0.85
composeNodeFunction · 0.85
readDocumentFunction · 0.85

Calls 1

throwErrorFunction · 0.85

Tested by

no test coverage detected