Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1197
function
constrain(number, min, max) {
1198
return
Math.min(Math.max(parseInt(number), min), max);
1199
}
1200
1201
document.onkeydown =
function
(e) {
1202
switch (e.key) {
Callers
1
ibom.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected