Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ Encoder
Struct
Encoder
go/internal/cbor/encoder.go:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
)
15
16
type
Encoder
struct
{
17
w io.Writer
18
}
19
20
func
NewEncoder(w io.Writer) *Encoder {
21
return
&Encoder{w}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected