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

Method key

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

Source from the content-addressed store, hash-verified

17 }
18
19 public String key() {
20 return faker.options().option(KEYS) + faker.options().option(KEY_VARIANTS);
21 }
22
23 public String chord() {
24 return key() + faker.options().option(CHORD_TYPES);

Callers 1

chordMethod · 0.95

Calls 2

optionMethod · 0.80
optionsMethod · 0.80

Tested by

no test coverage detected