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

Method EnterpriseSubcommands

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

Source from the content-addressed store, hash-verified

35}
36
37func (r *RootCmd) EnterpriseSubcommands() []*serpent.Command {
38 all := append(r.CoreSubcommands(), r.enterpriseOnly()...)
39 return all
40}

Callers 6

TestServer_SingleFunction · 0.95
newCLIFunction · 0.95
TestEnterpriseHandlersOKFunction · 0.95
mainFunction · 0.95
mainFunction · 0.80

Calls 2

CoreSubcommandsMethod · 0.95
enterpriseOnlyMethod · 0.95

Tested by 4

TestServer_SingleFunction · 0.76
newCLIFunction · 0.76
TestEnterpriseHandlersOKFunction · 0.76