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

Method Repositories

internal/database/database.go:179–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177}
178
179func (db *DB) Repositories() *RepositoriesStore {
180 return newReposStore(db.db)
181}
182
183func (db *DB) TwoFactors() *TwoFactorsStore {
184 return newTwoFactorsStore(db.db)

Callers 9

RepoRefFunction · 0.80
ServeGoGetFunction · 0.80
GetRepositoryByNameMethod · 0.80
DashboardFunction · 0.80
GetRepositoryByNameMethod · 0.80
TriggerTaskFunction · 0.80
MustAllowPullsFunction · 0.80
repoAssignmentFunction · 0.80
listUserRepositoriesFunction · 0.80

Calls 1

newReposStoreFunction · 0.85

Tested by

no test coverage detected