MCPcopy Create free account
hub / github.com/ddev/ddev / CommandPath

Method CommandPath

third_party/ampli/ampli.go:299–303  ·  view source on GitHub ↗
(commandPath string)

Source from the content-addressed store, hash-verified

297}
298
299func (b *commandBuilder) CommandPath(commandPath string) CommandBuilder {
300 b.properties[`Command Path`] = commandPath
301
302 return b
303}
304
305func (b *commandBuilder) Build() CommandEvent {
306 return &commandEvent{

Callers 5

TrackCommandFunction · 0.80
setHelpFuncFunction · 0.80
collectAliasesFunction · 0.80
buildFullCommandPathFunction · 0.80
auth-ssh.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected