Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ newOrganizationsStoreStore
Function
newOrganizationsStoreStore
internal/database/organizations.go:17–19 ·
view source on GitHub ↗
(db *gorm.DB)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
newOrganizationsStoreStore(db *gorm.DB) *OrganizationsStore {
18
return
&OrganizationsStore{db: db}
19
}
20
21
type
ListOrgsOptions
struct
{
22
// Filter by the membership with the given user ID.
Callers
1
Organizations
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected