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

Function isLine

static/js/codemirror/keymap/vim.js:283–285  ·  view source on GitHub ↗
(cm, line)

Source from the content-addressed store, hash-verified

281 return alphabetRegex.test(k);
282 }
283 function isLine(cm, line) {
284 return line >= cm.firstLine() && line <= cm.lastLine();
285 }
286 function isLowerCase(k) {
287 return (/^[a-z]$/).test(k);
288 }

Callers 1

findWordFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected