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

Method repoPath

internal/database/repo.go:579–581  ·  view source on GitHub ↗
(e Engine)

Source from the content-addressed store, hash-verified

577}
578
579func (r *Repository) repoPath(e Engine) string {
580 return RepoPath(r.mustOwner(e).Name, r.Name)
581}
582
583// Deprecated: Use repoutil.RepositoryPath instead.
584func (r *Repository) RepoPath() string {

Callers 2

RepoPathMethod · 0.95
ForkRepositoryFunction · 0.95

Implementers 2

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

Calls 2

mustOwnerMethod · 0.95
RepoPathFunction · 0.85

Tested by

no test coverage detected