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

Function newActionsStore

internal/database/actions.go:32–34  ·  view source on GitHub ↗
(db *gorm.DB)

Source from the content-addressed store, hash-verified

30}
31
32func newActionsStore(db *gorm.DB) *ActionsStore {
33 return &ActionsStore{db: db}
34}
35
36func (s *ActionsStore) listByOrganization(ctx context.Context, orgID, actorID, afterID int64) *gorm.DB {
37 /*

Callers 3

actionsListByUserFunction · 0.85
ActionsMethod · 0.85

Calls

no outgoing calls

Tested by 2

actionsListByUserFunction · 0.68