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

Method Music

src/main/java/com/github/javafaker/Music.java:11–13  ·  view source on GitHub ↗
(Faker faker)

Source from the content-addressed store, hash-verified

9 private final Faker faker;
10
11 protected Music(Faker faker) {
12 this.faker = faker;
13 }
14
15 public String instrument() {
16 return faker.resolve("music.instruments");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected