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

Method description

src/main/java/com/github/javafaker/Weather.java:22–24  ·  view source on GitHub ↗

Generates a short weather description.

()

Source from the content-addressed store, hash-verified

20 * Generates a short weather description.
21 */
22 public String description() {
23 return faker.resolve("weather.description");
24 }
25
26 /**
27 * Generates a random temperature celsius between -30 and 38 degrees.

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected