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

Method cityPrefix

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

Source from the content-addressed store, hash-verified

56 }
57
58 public String cityPrefix() {
59 return faker.fakeValuesService().resolve("address.city_prefix", this, faker);
60 }
61
62 public String city() {
63 return faker.fakeValuesService().resolve("address.city", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected