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

Struct DynamicOptional

dagql/nullables.go:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176type DynamicOptional struct {
177 Elem Input
178 Value Input
179 Valid bool
180}
181
182var _ Input = DynamicOptional{}
183

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected