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

Method HTMLURL

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

Source from the content-addressed store, hash-verified

69}
70
71func (mr mailerRepo) HTMLURL() string {
72 return mr.repo.HTMLURL()
73}
74
75func (mr mailerRepo) ComposeMetas() map[string]string {
76 return mr.repo.ComposeMetas()

Callers

nothing calls this directly

Calls 1

HTMLURLMethod · 0.65

Tested by

no test coverage detected