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