Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ is_EOL
Function
is_EOL
frontend/public/swagger-ui-bundle.js:32985–32987 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
32983
return
Object.prototype.toString.call(s)
32984
}
32985
function
is_EOL(s) {
32986
return
10 === s || 13 === s
32987
}
32988
function
is_WHITE_SPACE(s) {
32989
return
9 === s || 32 === s
32990
}
Callers
3
skipSeparationSpace
Function · 0.85
composeNode
Function · 0.85
readDocument
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected