Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ name
Method
name
src/main/java/com/github/javafaker/Country.java:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
public
String name() {
37
return
faker.fakeValuesService().resolve(
"country.name"
, this, faker);
38
}
39
40
}
Callers
nothing calls this directly
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
no test coverage detected