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

Struct MapEntryEncoder

go/internal/cbor/encoder.go:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175type MapEntryEncoder struct {
176 keyBuf bytes.Buffer
177 valueBuf bytes.Buffer
178
179 keyE *Encoder
180 valueE *Encoder
181}
182
183func NewMapEntry() *MapEntryEncoder {
184 e := &MapEntryEncoder{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected