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