(Faker faker)
| 4 | private final Faker faker; |
| 5 | |
| 6 | protected Hacker(Faker faker) { |
| 7 | this.faker = faker; |
| 8 | } |
| 9 | |
| 10 | public String abbreviation() { |
| 11 | return faker.fakeValuesService().resolve("hacker.abbreviation", this, faker); |
nothing calls this directly
no outgoing calls
no test coverage detected