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

Struct DynamicArrayInput

dagql/builtins.go:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288type DynamicArrayInput struct {
289 Elem Input
290 Values []Input
291}
292
293var _ InputDecoder = DynamicArrayInput{}
294

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected