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

FuncType DecoderFunc

dagql/server.go:2432–2432  ·  view source on GitHub ↗
func(any) (Input, error)

Source from the content-addressed store, hash-verified

2430}
2431
2432type DecoderFunc func(any) (Input, error)
2433
2434var _ InputDecoder = DecoderFunc(nil)
2435

Callers 2

server.goFile · 0.85
DecoderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected