Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ name
Method
name
src/main/java/com/github/javafaker/Artist.java:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
public
String name() {
12
return
faker.fakeValuesService().fetchString(
"artist.names"
);
13
}
14
}
Callers
nothing calls this directly
Calls
2
fetchString
Method · 0.80
fakeValuesService
Method · 0.80
Tested by
no test coverage detected