MCPcopy Create free account
hub / github.com/dataease/SQLBot / is_WS_OR_EOL

Function is_WS_OR_EOL

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

Source from the content-addressed store, hash-verified

32989 return 9 === s || 32 === s
32990 }
32991 function is_WS_OR_EOL(s) {
32992 return 9 === s || 32 === s || 10 === s || 13 === s
32993 }
32994 function is_FLOW_INDICATOR(s) {
32995 return 44 === s || 91 === s || 93 === s || 123 === s || 125 === s
32996 }

Callers 6

testDocumentSeparatorFunction · 0.85
readBlockSequenceFunction · 0.85
readTagPropertyFunction · 0.85
readAnchorPropertyFunction · 0.85
composeNodeFunction · 0.85
readDocumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected