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

Struct bugSetStatusTimelineItem

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

Source from the content-addressed store, hash-verified

70var _ graph.BugSetStatusTimelineItemResolver = bugSetStatusTimelineItem{}
71
72type bugSetStatusTimelineItem struct{}
73
74func (i bugSetStatusTimelineItem) Author(_ context.Context, obj *bug.SetStatusTimelineItem) (models.IdentityWrapper, error) {
75 return models.NewLoadedIdentity(obj.Author), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected