Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ constellation
Method
constellation
src/main/java/com/github/javafaker/Space.java:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
public
String constellation() {
32
return
faker.resolve(
"space.constellation"
);
33
}
34
35
public
String star() {
36
return
faker.resolve(
"space.star"
);
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected