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

Method GitConfigPath

internal/database/repo.go:588–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

586}
587
588func (r *Repository) GitConfigPath() string {
589 return filepath.Join(r.RepoPath(), "config")
590}
591
592func (r *Repository) RelLink() string {
593 return "/" + r.FullName()

Callers 2

readAddressMethod · 0.80
CleanUpMigrateInfoFunction · 0.80

Implementers 2

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

Calls 1

RepoPathMethod · 0.95

Tested by

no test coverage detected