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

Method LoadAttributes

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

Source from the content-addressed store, hash-verified

277}
278
279func (r *Repository) LoadAttributes() error {
280 return r.loadAttributes(x)
281}
282
283// IsPartialPublic returns true if repository is public or allow public access to wiki or issues.
284func (r *Repository) IsPartialPublic() bool {

Callers 2

GetRepositoryByNameFunction · 0.95
HasForkedRepoFunction · 0.45

Implementers 2

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

Calls 1

loadAttributesMethod · 0.95

Tested by

no test coverage detected