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

Method Company

src/main/java/com/github/javafaker/Company.java:15–17  ·  view source on GitHub ↗
(Faker faker)

Source from the content-addressed store, hash-verified

13 private final Faker faker;
14
15 protected Company(Faker faker) {
16 this.faker = faker;
17 }
18
19 public String name() {
20 return faker.fakeValuesService().resolve("company.name", this, faker);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected