MCPcopy 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
114func (a *Acl) SetOwner(str string) {
115 a.Owner = str
116 return
117}
118
119func (a *Acl) UnSet(str string, r Rights) {
120 if r["read"] {

Callers 3

AclTypedRequestFunction · 0.80
CreateNodeUploadFunction · 0.80
CreateNodesFromArchiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected