MCPcopy Create free account
hub / github.com/DiUS/java-faker / location

Method location

src/main/java/com/github/javafaker/Friends.java:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 public String location() {
15 return faker.resolve("friends.locations");
16 }
17
18 public String quote() {
19 return faker.resolve("friends.quotes");

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected