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

Method custom

src/main/java/com/github/javafaker/SlackEmoji.java:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 public String custom() {
40 return faker.resolve("slack_emoji.custom");
41 }
42
43 public String emoji() {
44 return faker.fakeValuesService().resolve("slack_emoji.emoji", this, faker);

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected