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

Method instrument

src/main/java/com/github/javafaker/Music.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public String instrument() {
16 return faker.resolve("music.instruments");
17 }
18
19 public String key() {
20 return faker.options().option(KEYS) + faker.options().option(KEY_VARIANTS);

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected