Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dolanor/rip
/ Decoder
Struct
Decoder
encoding/html/html.go:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
)
66
67
type
Decoder
struct
{
68
r io.Reader
69
}
70
71
func
NewDecoder(r io.Reader) *Decoder {
72
return
&Decoder{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected