| 13 | var _ graph.BugResolver = &bugResolver{} |
| 14 | |
| 15 | type bugResolver struct{} |
| 16 | |
| 17 | func (bugResolver) HumanID(_ context.Context, obj models.BugWrapper) (string, error) { |
| 18 | return obj.Id().Human(), nil |
nothing calls this directly
no outgoing calls
no test coverage detected