Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
335
func
makeTextDecoder() Decoder {
336
buffer := bytes.Buffer{}
337
buffer.WriteString(testString)
338
return
newTextDecoder(&buffer,
"content/type"
)
339
}
Callers
3
TestTextPlainDecoder_Decode_String
Function · 0.85
TestTextPlainDecoder_Decode_Bytes
Function · 0.85
TestTextPlainDecoder_Decode_Other
Function · 0.85
Calls
1
newTextDecoder
Function · 0.85
Tested by
no test coverage detected