MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / isWhiteSpaceString

Function isWhiteSpaceString

static/js/codemirror/keymap/vim.js:304–306  ·  view source on GitHub ↗
(k)

Source from the content-addressed store, hash-verified

302 return whiteSpaceRegex.test(k);
303 }
304 function isWhiteSpaceString(k) {
305 return (/^\s*$/).test(k);
306 }
307 function inRangeInclusive(x, start, end) {
308 return x >= start && x <= end;
309 }

Callers 1

clipToLineFunction · 0.85

Calls 1

testMethod · 0.45

Tested by

no test coverage detected