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

Method planet

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

Source from the content-addressed store, hash-verified

17 }
18
19 public String planet() {
20 return faker.fakeValuesService().resolve("dune.planets", this, faker);
21 }
22
23 public String quote() {
24 return quote(faker.options().option(Dune.Quote.class));

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected