MCPcopy Index your code
hub / github.com/csev/py4e / charCoords

Function charCoords

tools/pythonauto/static/codemirrorepl/codemirror.js:1706–1709  ·  view source on GitHub ↗
(cm, pos, context, lineObj, bias)

Source from the content-addressed store, hash-verified

1704 }
1705
1706 function charCoords(cm, pos, context, lineObj, bias) {
1707 if (!lineObj) lineObj = getLine(cm.doc, pos.line);
1708 return intoCoordSystem(cm, lineObj, measureChar(cm, lineObj, pos.ch, bias), context);
1709 }
1710
1711 // Returns a box for a given cursor position, which may have an
1712 // 'other' property containing the position of the secondary cursor

Callers 2

coordsFunction · 0.70
codemirror.jsFile · 0.70

Calls 3

getLineFunction · 0.70
intoCoordSystemFunction · 0.70
measureCharFunction · 0.70

Tested by

no test coverage detected