Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ agencyAbbreviation
Method
agencyAbbreviation
src/main/java/com/github/javafaker/Space.java:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public
String agencyAbbreviation() {
44
return
faker.resolve(
"space.agency_abv"
);
45
}
46
47
public
String nasaSpaceCraft() {
48
return
faker.resolve(
"space.nasa_space_craft"
);
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected