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

Method Decoder

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

All Inputs now how to decode new instances of themselves.

()

Source from the content-addressed store, hash-verified

219 call.Literate
220 // All Inputs now how to decode new instances of themselves.
221 Decoder() InputDecoder
222
223 // In principle all Inputs are able to be represented as JSON, but we don't
224 // require the interface to be implemented since builtins like strings

Callers 15

selectorFromLoadedCallFunction · 0.65
setInputObjectFieldsFunction · 0.65
builtinOrInputFunction · 0.65
DecodeInputMethod · 0.65
DecodeInputMethod · 0.65
ParseFieldMethod · 0.65
InputSpecsForTypeFunction · 0.65
ParseFieldMethod · 0.65
DecodeInputMethod · 0.65
DecodeInputMethod · 0.65
FieldSpecMethod · 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