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

Function PosMaybeOutside

static/js/codemirror/codemirror.js:1112–1116  ·  view source on GitHub ↗
(line, ch, outside)

Source from the content-addressed store, hash-verified

1110 }
1111
1112 function PosMaybeOutside(line, ch, outside) {
1113 var pos = new Pos(line, ch);
1114 if (outside) pos.outside = true;
1115 return pos;
1116 }
1117
1118 // Coords must be lineSpace-local
1119 function coordsChar(cm, x, y) {

Callers 2

coordsCharFunction · 0.85
coordsCharInnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected