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

Method quote

src/main/java/com/github/javafaker/Dune.java:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 public String quote() {
24 return quote(faker.options().option(Dune.Quote.class));
25 }
26
27 public String quote(Quote quote) {
28 return faker.fakeValuesService().resolve("dune.quotes." + quote.yamlKey, this, faker);

Callers

nothing calls this directly

Calls 4

optionMethod · 0.80
optionsMethod · 0.80
fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected