MCPcopy Create free account
hub / github.com/WICG/webpackage / Decoder

Struct Decoder

go/internal/cbor/decoder.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Decoder struct {
11 r io.Reader
12}
13
14func NewDecoder(r io.Reader) *Decoder {
15 return &Decoder{r}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected