| 55 | var _ graph.BugSetTitleOperationResolver = bugSetTitleOperationResolver{} |
| 56 | |
| 57 | type bugSetTitleOperationResolver struct{} |
| 58 | |
| 59 | func (bugSetTitleOperationResolver) Author(_ context.Context, obj *bug.SetTitleOperation) (models.IdentityWrapper, error) { |
| 60 | return models.NewLoadedIdentity(obj.Author()), nil |
nothing calls this directly
no outgoing calls
no test coverage detected