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