Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ hex
Method
hex
src/main/java/com/github/javafaker/Color.java:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
public
String hex() {
15
return
hex(true);
16
}
17
18
public
String hex(boolean includeHashSign) {
19
String hexString = faker.random().hex(6);
Callers
3
testHex
Method · 0.45
testHexNoHashSign
Method · 0.45
testHex
Method · 0.45
Calls
1
random
Method · 0.45
Tested by
3
testHex
Method · 0.36
testHexNoHashSign
Method · 0.36
testHex
Method · 0.36