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

Method currency

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

Source from the content-addressed store, hash-verified

26 }
27
28 public String currency() {
29 return faker.fakeValuesService().resolve("country.currency", this, faker);
30 }
31
32 public String currencyCode() {
33 return faker.fakeValuesService().resolve("country.currency_code", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected