Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
newActionsStore(db *gorm.DB) *ActionsStore {
33
return
&ActionsStore{db: db}
34
}
35
36
func
(s *ActionsStore) listByOrganization(ctx context.Context, orgID, actorID, afterID int64) *gorm.DB {
37
/*
Callers
3
actionsListByOrganization
Function · 0.85
actionsListByUser
Function · 0.85
Actions
Method · 0.85
Calls
no outgoing calls
Tested by
2
actionsListByOrganization
Function · 0.68
actionsListByUser
Function · 0.68