MCPcopy 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
67type Decoder struct {
68 r io.Reader
69}
70
71func NewDecoder(r io.Reader) *Decoder {
72 return &Decoder{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected