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

Method Actions

internal/database/database.go:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145}
146
147func (db *DB) Actions() *ActionsStore {
148 return newActionsStore(db.db)
149}
150
151func (db *DB) LFS() *LFSStore {
152 return newLFSStore(db.db)

Callers 5

SyncMirrorsFunction · 0.80
PushUpdateFunction · 0.80
MergeMethod · 0.80
retrieveFeedsFunction · 0.80
SettingsPostFunction · 0.80

Calls 1

newActionsStoreFunction · 0.85

Tested by

no test coverage detected