| 47 | var _ graph.BugSetStatusOperationResolver = bugSetStatusOperationResolver{} |
| 48 | |
| 49 | type bugSetStatusOperationResolver struct{} |
| 50 | |
| 51 | func (bugSetStatusOperationResolver) Author(_ context.Context, obj *bug.SetStatusOperation) (models.IdentityWrapper, error) { |
| 52 | return models.NewLoadedIdentity(obj.Author()), nil |
nothing calls this directly
no outgoing calls
no test coverage detected