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