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

Struct bugLabelChangeOperationResolver

api/graphql/resolvers/bug_operations.go:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39var _ graph.BugLabelChangeOperationResolver = bugLabelChangeOperationResolver{}
40
41type bugLabelChangeOperationResolver struct{}
42
43func (bugLabelChangeOperationResolver) Author(_ context.Context, obj *bug.LabelChangeOperation) (models.IdentityWrapper, error) {
44 return models.NewLoadedIdentity(obj.Author()), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected