MCPcopy
hub / github.com/csev/py4e / maxPos

Function maxPos

tools/pythonauto/static/codemirrorepl/codemirror.js:935–935  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

933
934 function copyPos(x) {return Pos(x.line, x.ch);}
935 function maxPos(a, b) { return cmp(a, b) < 0 ? b : a; }
936 function minPos(a, b) { return cmp(a, b) < 0 ? a : b; }
937
938 // SELECTION / CURSOR

Callers 3

codemirror.jsFile · 0.85
normalizeSelectionFunction · 0.85
extendToFunction · 0.85

Calls 1

cmpFunction · 0.85

Tested by

no test coverage detected