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

Method HTMLURL

internal/database/issue_mail.go:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96func (mi mailerIssue) HTMLURL() string {
97 return mi.issue.HTMLURL()
98}
99
100func NewMailerIssue(issue *Issue) email.Issue {
101 return mailerIssue{issue}

Callers

nothing calls this directly

Calls 1

HTMLURLMethod · 0.65

Tested by

no test coverage detected