MCPcopy
hub / github.com/vmihailenco/msgpack / WriteByte

Method WriteByte

encode.go:24–24  ·  view source on GitHub ↗
(byte)

Source from the content-addressed store, hash-verified

22type writer interface {
23 io.Writer
24 WriteByte(byte) error
25}
26
27type byteWriter struct {

Callers 5

EncodeTimeMethod · 0.65
EncodeUintMethod · 0.65
EncodeIntMethod · 0.65
writeCodeMethod · 0.65
EncodeExtHeaderMethod · 0.65

Implementers 1

byteWriterencode.go

Calls

no outgoing calls

Tested by

no test coverage detected