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

Method FullName

internal/database/repo.go:302–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300}
301
302func (r *Repository) FullName() string {
303 return r.MustOwner().Name + "/" + r.Name
304}
305
306// Deprecated: Use repoutil.HTMLURL instead.
307func (r *Repository) HTMLURL() string {

Callers 4

HTMLURLMethod · 0.95
APIFormatLegacyMethod · 0.95
RelLinkMethod · 0.95
LinkMethod · 0.95

Implementers 2

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

Calls 1

MustOwnerMethod · 0.95

Tested by

no test coverage detected