MCPcopy 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
167func (db *DB) Organizations() *OrganizationsStore {
168 return newOrganizationsStoreStore(db.db)
169}
170
171func (db *DB) Permissions() *PermissionsStore {
172 return newPermissionsStore(db.db)

Callers 5

GetOrganizationCountMethod · 0.80
RenderUserSearchFunction · 0.80
getDashboardContextUserFunction · 0.80
parseBaseRepositoryFunction · 0.80
listUserOrgsFunction · 0.80

Calls 1

Tested by

no test coverage detected