MCPcopy Create free account
hub / github.com/DiUS/java-faker / city

Method city

src/main/java/com/github/javafaker/Address.java:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 public String city() {
63 return faker.fakeValuesService().resolve("address.city", this, faker);
64 }
65
66 public String cityName() {
67 return faker.fakeValuesService().resolve("address.city_name", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected