Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ expandHex
Method
expandHex
src/main/java/Colors/ColorTheme.java:390–395 ·
view source on GitHub ↗
(int eVal)
Source
from the content-addressed store, hash-verified
388
}
389
390
public
static
String expandHex(
int
eVal) {
391
String rVal=Integer.toHexString(eVal);
392
if
(rVal.length()==1) rVal=
"0"
+rVal;
393
394
return
rVal;
395
}
396
}
Callers
1
ColorToString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected