Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ capitalCity
Method
capitalCity
src/main/java/com/github/javafaker/Nation.java:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
public
String capitalCity() {
27
return
faker.fakeValuesService().resolve(
"nation.capital_city"
, this, faker);
28
}
29
30
public
String flag() {
31
@SuppressWarnings(
"unchecked"
)
Callers
nothing calls this directly
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
no test coverage detected