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

Method HTMLURL

internal/database/repo.go:307–309  ·  view source on GitHub ↗

Deprecated: Use repoutil.HTMLURL instead.

()

Source from the content-addressed store, hash-verified

305
306// Deprecated: Use repoutil.HTMLURL instead.
307func (r *Repository) HTMLURL() string {
308 return conf.Server.ExternalURL + r.FullName()
309}
310
311// CustomAvatarPath returns repository custom avatar file path.
312func (r *Repository) CustomAvatarPath() string {

Callers 1

APIFormatLegacyMethod · 0.95

Implementers 2

Repositoryinternal/database/repo.go
mailerRepointernal/database/issue_mail.go

Calls 1

FullNameMethod · 0.95

Tested by

no test coverage detected