MCPcopy Create free account
hub / github.com/breck7/scroll / minPos

Function minPos

external/.scrollLibs.js:1109–1111  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

1107 return cmp(a, b) < 0 ? b : a
1108 }
1109 function minPos(a, b) {
1110 return cmp(a, b) < 0 ? a : b
1111 }
1112
1113 // Most of the external API clips given positions to make sure they
1114 // actually exist within the document.

Callers 3

.scrollLibs.jsFile · 0.85
normalizeSelectionFunction · 0.85
extendToFunction · 0.85

Calls 1

cmpFunction · 0.85

Tested by

no test coverage detected