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

Method quote

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

Source from the content-addressed store, hash-verified

24 }
25
26 public String quote() {
27 return faker.fakeValuesService().resolve("games.witcher.quotes", this, faker);
28 }
29
30 public String monster() {
31 return faker.fakeValuesService().resolve("games.witcher.monsters", this, faker);

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected