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

Method enterpriseExperimental

enterprise/cli/root.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (*RootCmd) enterpriseExperimental() []*serpent.Command {
34 return []*serpent.Command{}
35}
36
37func (r *RootCmd) EnterpriseSubcommands() []*serpent.Command {
38 all := append(r.CoreSubcommands(), r.enterpriseOnly()...)

Callers 1

enterpriseOnlyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected