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

Struct bugEditCommentOperationResolver

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

Source from the content-addressed store, hash-verified

27var _ graph.BugEditCommentOperationResolver = bugEditCommentOperationResolver{}
28
29type bugEditCommentOperationResolver struct{}
30
31func (bugEditCommentOperationResolver) Target(_ context.Context, obj *bug.EditCommentOperation) (string, error) {
32 return obj.Target.String(), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected