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

Struct commentResolver

api/graphql/resolvers/bug.go:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185var _ graph.BugCommentResolver = &commentResolver{}
186
187type commentResolver struct{}
188
189func (c commentResolver) Author(_ context.Context, obj *bug.Comment) (models.IdentityWrapper, error) {
190 return models.NewLoadedIdentity(obj.Author), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected