Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ Organizations
Method
Organizations
internal/database/database.go:167–169 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
}
166
167
func
(db *DB) Organizations() *OrganizationsStore {
168
return
newOrganizationsStoreStore(db.db)
169
}
170
171
func
(db *DB) Permissions() *PermissionsStore {
172
return
newPermissionsStore(db.db)
Callers
5
GetOrganizationCount
Method · 0.80
RenderUserSearch
Function · 0.80
getDashboardContextUser
Function · 0.80
parseBaseRepository
Function · 0.80
listUserOrgs
Function · 0.80
Calls
1
newOrganizationsStoreStore
Function · 0.85
Tested by
no test coverage detected