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

Method Experimental

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

Source from the content-addressed store, hash-verified

1079}
1080
1081func (arg Argument) Experimental(paras ...string) Argument {
1082 if len(paras) == 0 && arg.Spec.Description != "" {
1083 arg.Spec.ExperimentalReason = arg.Spec.Description
1084 arg.Spec.Description = experimentalDescription(arg.Spec.Description)
1085 return arg
1086 }
1087 arg.Spec.ExperimentalReason = FormatDescription(paras...)
1088 return arg
1089}
1090
1091type InputSpecs struct {
1092 // raw is the list of input specs.

Callers 5

InstallMethod · 0.45
InstallMethod · 0.45
InstallMethod · 0.45
InstallMethod · 0.45
InstallMethod · 0.45

Calls 2

experimentalDescriptionFunction · 0.85
FormatDescriptionFunction · 0.85

Tested by

no test coverage detected