Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ isWhiteSpaceString
Function
isWhiteSpaceString
lib/web/CodeMirror/keymap/vim.js:438–440 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
436
return
(/^[A-Z]$/).test(k);
437
}
438
function
isWhiteSpaceString(k) {
439
return
(/^\s*$/).test(k);
440
}
441
function
isEndOfSentenceSymbol(k) {
442
return
'.?!'
.indexOf(k) != -1;
443
}
Callers
4
Vim
Function · 0.85
clipToLine
Function · 0.85
forward
Function · 0.85
reverse
Function · 0.85
Calls
1
test
Method · 0.45
Tested by
no test coverage detected