Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
chord
Method · 0.95
Calls
2
option
Method · 0.80
options
Method · 0.80
Tested by
no test coverage detected