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

Function WorkspaceACLDisabled

coderd/rbac/object.go:253–255  ·  view source on GitHub ↗

WorkspaceACLDisabled returns true if workspace sharing is disabled for the deployment.

()

Source from the content-addressed store, hash-verified

251// WorkspaceACLDisabled returns true if workspace sharing is disabled
252// for the deployment.
253func WorkspaceACLDisabled() bool {
254 return workspaceACLDisabled.Load()
255}
256
257var chatACLDisabled atomic.Bool
258

Callers 4

TestUpdateWorkspaceACLFunction · 0.92
RBACObjectMethod · 0.92
RBACObjectMethod · 0.92

Calls 1

LoadMethod · 0.45

Tested by 2

TestUpdateWorkspaceACLFunction · 0.74