Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
func
(*RootCmd) enterpriseExperimental() []*serpent.Command {
34
return
[]*serpent.Command{}
35
}
36
37
func
(r *RootCmd) EnterpriseSubcommands() []*serpent.Command {
38
all := append(r.CoreSubcommands(), r.enterpriseOnly()...)
Callers
1
enterpriseOnly
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected