Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ Notices
Method
Notices
internal/database/database.go:163–165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
}
162
163
func
(db *DB) Notices() *NoticesStore {
164
return
newNoticesStore(db.db)
165
}
166
167
func
(db *DB) Organizations() *OrganizationsStore {
168
return
newOrganizationsStoreStore(db.db)
Callers
10
RemoveAllWithNotice
Function · 0.80
runSync
Method · 0.80
DeleteOldRepositoryArchives
Function · 0.80
gatherMissingRepoRecords
Function · 0.80
DeleteMissingRepositories
Function · 0.80
ReinitMissingRepositories
Function · 0.80
GitFsck
Function · 0.80
Notices
Function · 0.80
DeleteNotices
Function · 0.80
EmptyNotices
Function · 0.80
Calls
1
newNoticesStore
Function · 0.85
Tested by
no test coverage detected