| 21 | var _ graph.BugAddCommentTimelineItemResolver = bugAddCommentTimelineItemResolver{} |
| 22 | |
| 23 | type bugAddCommentTimelineItemResolver struct{} |
| 24 | |
| 25 | func (bugAddCommentTimelineItemResolver) Author(_ context.Context, obj *bug.AddCommentTimelineItem) (models.IdentityWrapper, error) { |
| 26 | return models.NewLoadedIdentity(obj.Author), nil |
nothing calls this directly
no outgoing calls
no test coverage detected