MCPcopy Create free account
hub / github.com/gogs/gogs / NewMailerIssue

Function NewMailerIssue

internal/database/issue_mail.go:100–102  ·  view source on GitHub ↗
(issue *Issue)

Source from the content-addressed store, hash-verified

98}
99
100func NewMailerIssue(issue *Issue) email.Issue {
101 return mailerIssue{issue}
102}
103
104// mailIssueCommentToParticipants can be used for both new issue creation and comment.
105// This functions sends two list of emails:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected