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

Method witcher

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

Source from the content-addressed store, hash-verified

12 }
13
14 public String witcher() {
15 return faker.fakeValuesService().resolve("games.witcher.witchers", this, faker);
16 }
17
18 public String school() {
19 return faker.fakeValuesService().resolve("games.witcher.schools", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected