Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ isWhiteSpaceString
Function
isWhiteSpaceString
src/codemirror.js:9710–9712 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
9708
return
(/^[A-Z]$/).test(k);
9709
}
9710
function
isWhiteSpaceString(k) {
9711
return
(/^\s*$/).test(k);
9712
}
9713
function
inArray(val, arr) {
9714
for
(
var
i = 0; i < arr.length; i++) {
9715
if
(arr[i] == val) {
Callers
2
Vim
Function · 0.85
clipToLine
Function · 0.85
Calls
1
test
Method · 0.45
Tested by
no test coverage detected