Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
329
func
newTextDecoder(r io.Reader, ct string) Decoder {
330
return
&textDecoder{r, ct}
331
}
332
333
type
textDecoder
struct
{
334
r io.Reader
Callers
3
RequestDecoder
Function · 0.85
ResponseDecoder
Function · 0.85
makeTextDecoder
Function · 0.85
Calls
no outgoing calls
Tested by
1
makeTextDecoder
Function · 0.68