MCPcopy Index your code
hub / github.com/dagger/dagger / CmdName

Method CmdName

cmd/dagger/module_inspect.go:1046–1051  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1044}
1045
1046func (f *modFunction) CmdName() string {
1047 f.once.Do(func() {
1048 f.cmdName = cliName(f.Name)
1049 })
1050 return f.cmdName
1051}
1052
1053func (f *modFunction) Short() string {
1054 return shortDescription(f.Description)

Callers 15

GetArgMethod · 0.95
completionsMethod · 0.80
GetFunctionMethod · 0.80
GetSupportedFunctionsFunction · 0.80
GetSupportedFunctionFunction · 0.80
functionCallMethod · 0.80
shellPreprocessArgsMethod · 0.80
parseArgumentValuesMethod · 0.80
functionListRunFunction · 0.80
FunctionsListMethod · 0.80
MainHelpMethod · 0.80
FunctionUseLineMethod · 0.80

Calls 2

cliNameFunction · 0.85
DoMethod · 0.45

Tested by

no test coverage detected