Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ abbreviation
Method
abbreviation
src/main/java/com/github/javafaker/Hacker.java:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
public
String abbreviation() {
11
return
faker.fakeValuesService().resolve(
"hacker.abbreviation"
, this, faker);
12
}
13
14
public
String adjective() {
15
return
faker.fakeValuesService().resolve(
"hacker.adjective"
, this, faker);
Callers
1
testAbbreviation
Method · 0.80
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
1
testAbbreviation
Method · 0.64