| 70 | var _ graph.BugSetStatusTimelineItemResolver = bugSetStatusTimelineItem{} |
| 71 | |
| 72 | type bugSetStatusTimelineItem struct{} |
| 73 | |
| 74 | func (i bugSetStatusTimelineItem) Author(_ context.Context, obj *bug.SetStatusTimelineItem) (models.IdentityWrapper, error) { |
| 75 | return models.NewLoadedIdentity(obj.Author), nil |
nothing calls this directly
no outgoing calls
no test coverage detected