MCPcopy 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
163func (db *DB) Notices() *NoticesStore {
164 return newNoticesStore(db.db)
165}
166
167func (db *DB) Organizations() *OrganizationsStore {
168 return newOrganizationsStoreStore(db.db)

Callers 10

RemoveAllWithNoticeFunction · 0.80
runSyncMethod · 0.80
gatherMissingRepoRecordsFunction · 0.80
GitFsckFunction · 0.80
NoticesFunction · 0.80
DeleteNoticesFunction · 0.80
EmptyNoticesFunction · 0.80

Calls 1

newNoticesStoreFunction · 0.85

Tested by

no test coverage detected