Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ SetOwner
Method
SetOwner
shock-server/node/acl/acl.go:114–117 ·
view source on GitHub ↗
(str string)
Source
from the content-addressed store, hash-verified
112
}
113
114
func
(a *Acl) SetOwner(str string) {
115
a.Owner = str
116
return
117
}
118
119
func
(a *Acl) UnSet(str string, r Rights) {
120
if
r[
"read"
] {
Callers
3
AclTypedRequest
Function · 0.80
CreateNodeUpload
Function · 0.80
CreateNodesFromArchive
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected