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

Function copyPos

tools/pythonauto/static/codemirror/codemirror.js:2541–2541  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

2539 function posLess(a, b) {return a.line < b.line || (a.line == b.line && a.ch < b.ch);}
2540 function cmp(a, b) {return a.line - b.line || a.ch - b.ch;}
2541 function copyPos(x) {return Pos(x.line, x.ch);}
2542
2543 // SELECTION
2544

Callers 2

codemirror.jsFile · 0.70
rebaseHistArrayFunction · 0.70

Calls 1

PosFunction · 0.85

Tested by

no test coverage detected