Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
func
(db *DB) Permissions() *PermissionsStore {
172
return
newPermissionsStore(db.db)
173
}
174
175
func
(db *DB) PublicKey() *PublicKeysStore {
176
return
newPublicKeysStore(db.db)
Callers
13
UpdateOrgProtectBranch
Function · 0.80
APIFormatLegacy
Method · 0.80
GetAssigneeByID
Method · 0.80
HasAccess
Method · 0.80
DeleteDeployKey
Function · 0.80
RepoAssignment
Function · 0.80
runServ
Function · 0.80
AuthorizeRepositoryAccess
Method · 0.80
HTTPContexter
Function · 0.80
ParseCompareInfo
Function · 0.80
viewIssue
Function · 0.80
repoAssignment
Function · 0.80
Calls
1
newPermissionsStore
Function · 0.85
Tested by
no test coverage detected