| 39 | var _ graph.BugLabelChangeOperationResolver = bugLabelChangeOperationResolver{} |
| 40 | |
| 41 | type bugLabelChangeOperationResolver struct{} |
| 42 | |
| 43 | func (bugLabelChangeOperationResolver) Author(_ context.Context, obj *bug.LabelChangeOperation) (models.IdentityWrapper, error) { |
| 44 | return models.NewLoadedIdentity(obj.Author()), nil |
nothing calls this directly
no outgoing calls
no test coverage detected