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

Struct bugSetTitleOperationResolver

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

Source from the content-addressed store, hash-verified

55var _ graph.BugSetTitleOperationResolver = bugSetTitleOperationResolver{}
56
57type bugSetTitleOperationResolver struct{}
58
59func (bugSetTitleOperationResolver) Author(_ context.Context, obj *bug.SetTitleOperation) (models.IdentityWrapper, error) {
60 return models.NewLoadedIdentity(obj.Author()), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected