MCPcopy Create free account
hub / github.com/goadesign/goa / Decode

Method Decode

http/encoding.go:364–366  ·  view source on GitHub ↗
(_ any)

Source from the content-addressed store, hash-verified

362}
363
364func (e *unsupportedDecoder) Decode(_ any) error {
365 return goa.UnsupportedMediaTypeError(e.ct)
366}

Callers 1

TestUnsupportedDecoderFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestUnsupportedDecoderFunction · 0.76