Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
302
func
(r *Repository) FullName() string {
303
return
r.MustOwner().Name +
"/"
+ r.Name
304
}
305
306
// Deprecated: Use repoutil.HTMLURL instead.
307
func
(r *Repository) HTMLURL() string {
Callers
4
HTMLURL
Method · 0.95
APIFormatLegacy
Method · 0.95
RelLink
Method · 0.95
Link
Method · 0.95
Implementers
2
Repository
internal/database/repo.go
mailerRepo
internal/database/issue_mail.go
Calls
1
MustOwner
Method · 0.95
Tested by
no test coverage detected