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

Method chord

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

Source from the content-addressed store, hash-verified

21 }
22
23 public String chord() {
24 return key() + faker.options().option(CHORD_TYPES);
25 }
26
27 public String genre() {
28 return faker.resolve("music.genres");

Callers

nothing calls this directly

Calls 3

keyMethod · 0.95
optionMethod · 0.80
optionsMethod · 0.80

Tested by

no test coverage detected