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

Function SetChatACLDisabled

coderd/rbac/object.go:261–263  ·  view source on GitHub ↗

SetChatACLDisabled is global because database model methods build RBAC objects without API instance state.

(v bool)

Source from the content-addressed store, hash-verified

259// SetChatACLDisabled is global because database model methods build
260// RBAC objects without API instance state.
261func SetChatACLDisabled(v bool) {
262 chatACLDisabled.Store(v)
263}
264
265// ChatACLDisabled is global because database model methods build RBAC
266// objects without API instance state.

Calls 1

StoreMethod · 0.45