MCPcopy Index your code
hub / github.com/coder/coder / RBACObject

Method RBACObject

coderd/database/modelmethods.go:227–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225}
226
227func (c GetChatFileMetadataByChatIDRow) RBACObject() rbac.Object {
228 return rbac.ResourceChat.WithID(c.ID).WithOwner(c.OwnerID.String()).InOrg(c.OrganizationID)
229}
230
231func (s APIKeyScope) ToRBAC() rbac.ScopeName {
232 switch s {

Callers

nothing calls this directly

Calls 4

InOrgMethod · 0.80
WithOwnerMethod · 0.80
WithIDMethod · 0.45
StringMethod · 0.45

Tested by

no test coverage detected