MCPcopy 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

VimFunction · 0.85
clipToLineFunction · 0.85
forwardFunction · 0.85
reverseFunction · 0.85

Calls 1

testMethod · 0.45

Tested by

no test coverage detected