MCPcopy Create free account
hub / github.com/dagger/dagger / Doc

Method Doc

dagql/objects.go:1044–1047  ·  view source on GitHub ↗
(paras ...string)

Source from the content-addressed store, hash-verified

1042}
1043
1044func (arg Argument) Doc(paras ...string) Argument {
1045 arg.Spec.Description = FormatDescription(paras...)
1046 return arg
1047}
1048
1049func (arg Argument) Sensitive() Argument {
1050 arg.Spec.Sensitive = true

Callers 15

TestIntrospectionFunction · 0.45
InstallViewerFunction · 0.45
ArgsMethod · 0.45
TestDescriptionMethod · 0.45
TestOptionalDefaultsMethod · 0.45
fileContentsFunction · 0.45
InstallMethod · 0.45
InstallMethod · 0.45
InstallMethod · 0.45
InstallMethod · 0.45
InstallMethod · 0.45
InstallMethod · 0.45

Calls 1

FormatDescriptionFunction · 0.85

Tested by 5

TestIntrospectionFunction · 0.36
InstallViewerFunction · 0.36
TestDescriptionMethod · 0.36
TestOptionalDefaultsMethod · 0.36
fileContentsFunction · 0.36