Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ GetOwner
Method
GetOwner
internal/database/repo.go:432–434 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
430
}
431
432
func
(r *Repository) GetOwner() error {
433
return
r.getOwner(x)
434
}
435
436
func
(r *Repository) mustOwner(e Engine) *User {
437
if
err := r.getOwner(e); err != nil {
Callers
9
PatchPath
Method · 0.95
UpdateOrgProtectBranch
Function · 0.80
RepositoriesWithUsers
Function · 0.80
GitGcRepos
Function · 0.80
Issues
Function · 0.80
parseBaseRepository
Function · 0.80
Forks
Function · 0.80
repoAssignment
Function · 0.80
ListForks
Function · 0.80
Implementers
2
Repository
internal/database/repo.go
mailerRepo
internal/database/issue_mail.go
Calls
1
getOwner
Method · 0.95
Tested by
no test coverage detected