Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ minPos
Function
minPos
static/editor.md/lib/codemirror/lib/codemirror.js:1062–1062 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1060
function
copyPos(x) {
return
Pos(x.line, x.ch);}
1061
function
maxPos(a, b) {
return
cmp(a, b) < 0 ? b : a; }
1062
function
minPos(a, b) {
return
cmp(a, b) < 0 ? a : b; }
1063
1064
// INPUT HANDLING
1065
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