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

Method sushi

src/main/java/com/github/javafaker/Food.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 public String sushi() {
32 return faker.fakeValuesService().resolve("food.sushi", this, faker);
33 }
34
35 public String measurement() {
36 return faker.fakeValuesService().resolve("food.measurement_sizes", this, faker) +

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected