| 11 | var _ graph.BugCreateOperationResolver = bugCreateOperationResolver{} |
| 12 | |
| 13 | type bugCreateOperationResolver struct{} |
| 14 | |
| 15 | func (bugCreateOperationResolver) Author(_ context.Context, obj *bug.CreateOperation) (models.IdentityWrapper, error) { |
| 16 | return models.NewLoadedIdentity(obj.Author()), nil |
nothing calls this directly
no outgoing calls
no test coverage detected