MCPcopy 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
432func (r *Repository) GetOwner() error {
433 return r.getOwner(x)
434}
435
436func (r *Repository) mustOwner(e Engine) *User {
437 if err := r.getOwner(e); err != nil {

Callers 9

PatchPathMethod · 0.95
UpdateOrgProtectBranchFunction · 0.80
RepositoriesWithUsersFunction · 0.80
GitGcReposFunction · 0.80
IssuesFunction · 0.80
parseBaseRepositoryFunction · 0.80
ForksFunction · 0.80
repoAssignmentFunction · 0.80
ListForksFunction · 0.80

Implementers 2

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

Calls 1

getOwnerMethod · 0.95

Tested by

no test coverage detected