Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Moddable-OpenSource/moddable
/ roundComponent
Method
roundComponent
tools/buildclut.js:130–133 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
128
129
// prepare to truncate 8 bits to 4 bits
130
roundComponent(c) {
131
if
(c >= 248)
return
c;
132
return
c + 7;
133
}
134
}
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected