| 185 | var _ graph.BugCommentResolver = &commentResolver{} |
| 186 | |
| 187 | type commentResolver struct{} |
| 188 | |
| 189 | func (c commentResolver) Author(_ context.Context, obj *bug.Comment) (models.IdentityWrapper, error) { |
| 190 | return models.NewLoadedIdentity(obj.Author), nil |
nothing calls this directly
no outgoing calls
no test coverage detected