Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ maxPos
Function
maxPos
static/mergely/lib/codemirror.js:1088–1088 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1086
1087
function
copyPos(x) {
return
Pos(x.line, x.ch);}
1088
function
maxPos(a, b) {
return
cmp(a, b) < 0 ? b : a; }
1089
function
minPos(a, b) {
return
cmp(a, b) < 0 ? a : b; }
1090
1091
// INPUT HANDLING
Callers
3
codemirror.js
File · 0.70
normalizeSelection
Function · 0.70
extendTo
Function · 0.70
Calls
1
cmp
Function · 0.50
Tested by
no test coverage detected