MCPcopy Index your code
hub / github.com/git-bug/git-bug / bugCreateOperationResolver

Struct bugCreateOperationResolver

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

Source from the content-addressed store, hash-verified

11var _ graph.BugCreateOperationResolver = bugCreateOperationResolver{}
12
13type bugCreateOperationResolver struct{}
14
15func (bugCreateOperationResolver) Author(_ context.Context, obj *bug.CreateOperation) (models.IdentityWrapper, error) {
16 return models.NewLoadedIdentity(obj.Author()), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected