MCPcopy Create free account
hub / github.com/segmentio/encoding / compactWriter

Struct compactWriter

thrift/compact.go:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229type compactWriter struct {
230 protocol *CompactProtocol
231 binary binaryWriter
232 varint [binary.MaxVarintLen64]byte
233}
234
235func (w *compactWriter) Protocol() Protocol {
236 return w.protocol

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected