Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
func
(db *DB) Repositories() *RepositoriesStore {
180
return
newReposStore(db.db)
181
}
182
183
func
(db *DB) TwoFactors() *TwoFactorsStore {
184
return
newTwoFactorsStore(db.db)
Callers
9
RepoRef
Function · 0.80
ServeGoGet
Function · 0.80
GetRepositoryByName
Method · 0.80
Dashboard
Function · 0.80
GetRepositoryByName
Method · 0.80
TriggerTask
Function · 0.80
MustAllowPulls
Function · 0.80
repoAssignment
Function · 0.80
listUserRepositories
Function · 0.80
Calls
1
newReposStore
Function · 0.85
Tested by
no test coverage detected