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

Method bool

src/main/java/com/github/javafaker/Faker.java:478–480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476 }
477
478 public Bool bool() {
479 return bool;
480 }
481
482 public Team team() {
483 return team;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected