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

Method Code

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

Source from the content-addressed store, hash-verified

11 private final Faker faker;
12
13 protected Code(Faker faker) {
14 this.faker = faker;
15 }
16
17 /**
18 * This can be overridden by specifying

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected