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

Method flag

src/main/java/com/github/javafaker/Country.java:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 public String flag() {
13 return flagUrl + faker.fakeValuesService().resolve("country.code2", this, faker) + ".png";
14 }
15
16 public String countryCode2() {
17 return faker.fakeValuesService().resolve("country.code2", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected