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

Method DecodeInput

dagql/types.go:240–240  ·  view source on GitHub ↗

Decode converts a value to the Input type, if possible.

(any)

Source from the content-addressed store, hash-verified

238type InputDecoder interface {
239 // Decode converts a value to the Input type, if possible.
240 DecodeInput(any) (Input, error)
241}
242
243// Wrapper is an interface for types that wrap another type.

Callers 15

selectorFromLoadedCallFunction · 0.65
setInputObjectFieldsFunction · 0.65
builtinOrInputFunction · 0.65
DecodeInputMethod · 0.65
DecodeInputMethod · 0.65
DecodeInputMethod · 0.65
DecodeInputMethod · 0.65
ParseFieldMethod · 0.65
InputSpecsForTypeFunction · 0.65

Implementers 6

DynamicArrayInputdagql/builtins.go
AnyIDdagql/types.go
EnumValueNamedagql/types.go
DynamicOptionaldagql/nullables.go
ModuleEnumcore/enum.go
Voidcore/void.go

Calls

no outgoing calls

Tested by

no test coverage detected