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

Method WriteInt8

thrift/compact.go:247–249  ·  view source on GitHub ↗
(v int8)

Source from the content-addressed store, hash-verified

245}
246
247func (w *compactWriter) WriteInt8(v int8) error {
248 return w.binary.WriteInt8(v)
249}
250
251func (w *compactWriter) WriteInt16(v int16) error {
252 return w.writeVarint(int64(v))

Callers

nothing calls this directly

Calls 1

WriteInt8Method · 0.65

Tested by

no test coverage detected