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

Method Permissions

internal/database/database.go:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169}
170
171func (db *DB) Permissions() *PermissionsStore {
172 return newPermissionsStore(db.db)
173}
174
175func (db *DB) PublicKey() *PublicKeysStore {
176 return newPublicKeysStore(db.db)

Callers 13

UpdateOrgProtectBranchFunction · 0.80
APIFormatLegacyMethod · 0.80
GetAssigneeByIDMethod · 0.80
HasAccessMethod · 0.80
DeleteDeployKeyFunction · 0.80
RepoAssignmentFunction · 0.80
runServFunction · 0.80
HTTPContexterFunction · 0.80
ParseCompareInfoFunction · 0.80
viewIssueFunction · 0.80
repoAssignmentFunction · 0.80

Calls 1

newPermissionsStoreFunction · 0.85

Tested by

no test coverage detected