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

Method firstName

src/main/java/com/github/javafaker/Address.java:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 public String firstName() {
79 return faker.name().firstName();
80 }
81
82 public String lastName() {
83 return faker.name().lastName();

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected