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

Function makeTextDecoder

http/encoding_test.go:335–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333}
334
335func makeTextDecoder() Decoder {
336 buffer := bytes.Buffer{}
337 buffer.WriteString(testString)
338 return newTextDecoder(&buffer, "content/type")
339}

Calls 1

newTextDecoderFunction · 0.85

Tested by

no test coverage detected