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

Method Quote

src/main/java/com/github/javafaker/Dune.java:61–63  ·  view source on GitHub ↗
(String yamlKey)

Source from the content-addressed store, hash-verified

59 private final String yamlKey;
60
61 Quote(String yamlKey) {
62 this.yamlKey = yamlKey;
63 }
64 }
65
66 public enum Saying {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected