Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ RelLink
Method
RelLink
internal/database/repo.go:592–594 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
590
}
591
592
func
(r *Repository) RelLink() string {
593
return
"/"
+ r.FullName()
594
}
595
596
func
(r *Repository) Link() string {
597
return
conf.Server.Subpath +
"/"
+ r.FullName()
Callers
nothing calls this directly
Implementers
2
Repository
internal/database/repo.go
mailerRepo
internal/database/issue_mail.go
Calls
1
FullName
Method · 0.95
Tested by
no test coverage detected