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

Method company

src/main/java/com/github/javafaker/Space.java:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 public String company() {
52 return faker.resolve("space.company");
53 }
54
55 public String distanceMeasurement() {
56 return faker.number().numberBetween(10, 100) + ' ' + faker.resolve("space.distance_measurement");

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected