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

Method countryCode2

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

Source from the content-addressed store, hash-verified

14 }
15
16 public String countryCode2() {
17 return faker.fakeValuesService().resolve("country.code2", this, faker);
18 }
19
20 public String countryCode3() {
21 return faker.fakeValuesService().resolve("country.code3", this, faker);

Callers 1

testCode2Method · 0.80

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 1

testCode2Method · 0.64