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

Function isWhitespace

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

Source from the content-addressed store, hash-verified

34056 function generateNextLine(s, o) {
34057 return '\n' + er.repeat(' ', s.indent * o)
34058 }
34059 function isWhitespace(s) {
34060 return 32 === s || 9 === s
34061 }
34062 function isPrintable(s) {
34063 return (

Callers 2

isPlainSafeFunction · 0.85
chooseScalarStyleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected