Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ image
Method
image
src/main/java/com/github/javafaker/Avatar.java:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
public
String image() {
13
return
baseUrl + faker.fakeValuesService().resolve(
"internet.avatar"
, this, faker);
14
}
15
}
Callers
3
testImage
Method · 0.45
testImageWithExplicitParams
Method · 0.45
testAvatar
Method · 0.45
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
3
testImage
Method · 0.36
testImageWithExplicitParams
Method · 0.36
testAvatar
Method · 0.36