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

Method AGPLExperimental

cli/root.go:157–167  ·  view source on GitHub ↗

AGPLExperimental returns all AGPL experimental subcommands.

()

Source from the content-addressed store, hash-verified

155
156// AGPLExperimental returns all AGPL experimental subcommands.
157func (r *RootCmd) AGPLExperimental() []*serpent.Command {
158 return []*serpent.Command{
159 r.scaletestCmd(),
160 r.errorExample(),
161 r.chatCommand(),
162 r.mcpCommand(),
163 r.promptExample(),
164 r.rptyCommand(),
165 r.syncCommand(),
166 }
167}
168
169// AGPL returns all AGPL commands including any non-core commands that are
170// duplicated in the Enterprise CLI.

Callers 1

AGPLMethod · 0.95

Calls 7

scaletestCmdMethod · 0.95
errorExampleMethod · 0.95
chatCommandMethod · 0.95
mcpCommandMethod · 0.95
promptExampleMethod · 0.95
rptyCommandMethod · 0.95
syncCommandMethod · 0.95

Tested by

no test coverage detected