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

Method IsDeprecated

coderd/database/dbauthz/accesscontrol.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (t TemplateAccessControl) IsDeprecated() bool {
26 return t.Deprecated != ""
27}
28
29// AGPLTemplateAccessControlStore always returns the defaults for access control
30// settings.

Callers 2

convertTemplateMethod · 0.80
createWorkspaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected