MCPcopy Index your code
hub / github.com/vmihailenco/msgpack / byteWriter

Struct byteWriter

encode.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type byteWriter struct {
28 io.Writer
29}
30
31func newByteWriter(w io.Writer) byteWriter {
32 return byteWriter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected