Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ code
Method
code
src/main/java/com/github/javafaker/Currency.java:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
public
String code() {
16
return
faker.fakeValuesService().resolve(
"currency.code"
, this, faker);
17
}
18
}
Callers
1
testCode
Method · 0.95
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
1
testCode
Method · 0.76