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

Method Zelda

src/main/java/com/github/javafaker/Zelda.java:6–8  ·  view source on GitHub ↗
(final Faker faker)

Source from the content-addressed store, hash-verified

4 private final Faker faker;
5
6 protected Zelda(final Faker faker) {
7 this.faker = faker;
8 }
9
10 public String game() {
11 return faker.resolve("games.zelda.games");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected