Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ house
Method
house
src/main/java/com/github/javafaker/GameOfThrones.java:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
public
String house() {
16
return
faker.resolve(
"game_of_thrones.houses"
);
17
}
18
19
public
String city() {
20
return
faker.resolve(
"game_of_thrones.cities"
);
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected