Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
func
(mi mailerIssue) HTMLURL() string {
97
return
mi.issue.HTMLURL()
98
}
99
100
func
NewMailerIssue(issue *Issue) email.Issue {
101
return
mailerIssue{issue}
Callers
nothing calls this directly
Calls
1
HTMLURL
Method · 0.65
Tested by
no test coverage detected