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

Function Arg

dagql/objects.go:1036–1042  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

1034}
1035
1036func Arg(name string) Argument {
1037 return Argument{
1038 Spec: InputSpec{
1039 Name: name,
1040 },
1041 }
1042}
1043
1044func (arg Argument) Doc(paras ...string) Argument {
1045 arg.Spec.Description = FormatDescription(paras...)

Callers 15

TestIntrospectionFunction · 0.92
InstallViewerFunction · 0.92
ArgsMethod · 0.92
InstallMethod · 0.92
InstallMethod · 0.92
InstallMethod · 0.92
InstallMethod · 0.92
InstallMethod · 0.92
InstallMethod · 0.92
InstallMethod · 0.92
InstallMethod · 0.92

Calls

no outgoing calls

Tested by 3

TestIntrospectionFunction · 0.74
InstallViewerFunction · 0.74