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

Method Default

dagql/objects.go:1059–1062  ·  view source on GitHub ↗
(input Input)

Source from the content-addressed store, hash-verified

1057}
1058
1059func (arg Argument) Default(input Input) Argument {
1060 arg.Spec.Default = input
1061 return arg
1062}
1063
1064func (arg Argument) View(view ViewFilter) Argument {
1065 arg.Spec.ViewFilter = view

Callers 7

llm_anthropic.goFile · 0.80
InstallMethod · 0.80
InstallMethod · 0.80
DefaultFunction · 0.80
unpackImageMethod · 0.80
ConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected