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

Struct bugSetStatusOperationResolver

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

Source from the content-addressed store, hash-verified

47var _ graph.BugSetStatusOperationResolver = bugSetStatusOperationResolver{}
48
49type bugSetStatusOperationResolver struct{}
50
51func (bugSetStatusOperationResolver) Author(_ context.Context, obj *bug.SetStatusOperation) (models.IdentityWrapper, error) {
52 return models.NewLoadedIdentity(obj.Author()), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected