MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / IsAdmin

Method IsAdmin

app/controlplane/pkg/authz/authz.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (r Role) IsAdmin() bool {
38 return r == RoleAdmin || r == RoleOwner
39}
40
41const (
42 // Actions

Calls

no outgoing calls

Tested by

no test coverage detected