Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ book
Method
book
src/main/java/com/github/javafaker/HarryPotter.java:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
public
String book() {
23
return
faker.resolve(
"harry_potter.books"
);
24
}
25
26
public
String house() {
27
return
faker.resolve(
"harry_potter.houses"
);
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected