MCPcopy Create free account
hub / github.com/openscopeproject/InteractiveHtmlBom / constrain

Function constrain

InteractiveHtmlBom/web/ibom.js:1197–1199  ·  view source on GitHub ↗
(number, min, max)

Source from the content-addressed store, hash-verified

1195}
1196
1197function constrain(number, min, max) {
1198 return Math.min(Math.max(parseInt(number), min), max);
1199}
1200
1201document.onkeydown = function (e) {
1202 switch (e.key) {

Callers 1

ibom.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected