MCPcopy Create free account
hub / github.com/git-bug/git-bug / bugAddCommentTimelineItemResolver

Struct bugAddCommentTimelineItemResolver

api/graphql/resolvers/bug_timeline.go:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21var _ graph.BugAddCommentTimelineItemResolver = bugAddCommentTimelineItemResolver{}
22
23type bugAddCommentTimelineItemResolver struct{}
24
25func (bugAddCommentTimelineItemResolver) Author(_ context.Context, obj *bug.AddCommentTimelineItem) (models.IdentityWrapper, error) {
26 return models.NewLoadedIdentity(obj.Author), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected