MCPcopy Index your code
hub / github.com/goadesign/goa / newTextDecoder

Function newTextDecoder

http/encoding.go:329–331  ·  view source on GitHub ↗
(r io.Reader, ct string)

Source from the content-addressed store, hash-verified

327}
328
329func newTextDecoder(r io.Reader, ct string) Decoder {
330 return &textDecoder{r, ct}
331}
332
333type textDecoder struct {
334 r io.Reader

Callers 3

RequestDecoderFunction · 0.85
ResponseDecoderFunction · 0.85
makeTextDecoderFunction · 0.85

Calls

no outgoing calls

Tested by 1

makeTextDecoderFunction · 0.68