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

Struct bugAddCommentOperationResolver

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

Source from the content-addressed store, hash-verified

19var _ graph.BugAddCommentOperationResolver = bugAddCommentOperationResolver{}
20
21type bugAddCommentOperationResolver struct{}
22
23func (bugAddCommentOperationResolver) Author(_ context.Context, obj *bug.AddCommentOperation) (models.IdentityWrapper, error) {
24 return models.NewLoadedIdentity(obj.Author()), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected