MCPcopy
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
102module.exports = Navi

Callers 1

NaviFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected