MCPcopy
hub / github.com/witheve/Eve / maxPos

Function maxPos

src/codemirror.js:1090–1090  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

1088
1089 function copyPos(x) {return Pos(x.line, x.ch);}
1090 function maxPos(a, b) { return cmp(a, b) < 0 ? b : a; }
1091 function minPos(a, b) { return cmp(a, b) < 0 ? a : b; }
1092
1093 // INPUT HANDLING

Callers 3

codemirror.jsFile · 0.85
normalizeSelectionFunction · 0.85
extendToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected