MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / isLine

Function isLine

mini-code-edit/cm/lib/codemirror.js:148–148  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

146 else onBlur();
147
148 function isLine(l) {return l >= 0 && l < doc.size;}
149 // The instance object that we'll return. Mostly calls out to
150 // local functions in the CodeMirror function. Some do some extra
151 // range checking and/or clipping. operation is used to wrap the

Callers 2

CodeMirrorFunction · 0.85
lineInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected