| 27 | var _ graph.BugEditCommentOperationResolver = bugEditCommentOperationResolver{} |
| 28 | |
| 29 | type bugEditCommentOperationResolver struct{} |
| 30 | |
| 31 | func (bugEditCommentOperationResolver) Target(_ context.Context, obj *bug.EditCommentOperation) (string, error) { |
| 32 | return obj.Target.String(), nil |
nothing calls this directly
no outgoing calls
no test coverage detected