MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / isLine

Function isLine

lib/web/CodeMirror/keymap/vim.js:423–425  ·  view source on GitHub ↗
(cm, line)

Source from the content-addressed store, hash-verified

421 var validRegisters = [].concat(upperCaseAlphabet, lowerCaseAlphabet, numbers, ['-', '"', '.', ':', '_', '/']);
422
423 function isLine(cm, line) {
424 return line >= cm.firstLine() && line <= cm.lastLine();
425 }
426 function isLowerCase(k) {
427 return (/^[a-z]$/).test(k);
428 }

Callers 2

findWordFunction · 0.70
nextCharFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected