Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hundredrabbits/Left
/ clamp
Function
clamp
desktop/sources/scripts/navi.js:99–99 ·
view source on GitHub ↗
(v, min, max)
Source
from the content-addressed store, hash-verified
97
}
98
99
function
clamp (v, min, max) {
return
v < min ? min : v > max ? max : v }
100
}
101
102
module.exports = Navi
Callers
1
Navi
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected