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

Method WriteInt32

thrift/compact.go:255–257  ·  view source on GitHub ↗
(v int32)

Source from the content-addressed store, hash-verified

253}
254
255func (w *compactWriter) WriteInt32(v int32) error {
256 return w.writeVarint(int64(v))
257}
258
259func (w *compactWriter) WriteInt64(v int64) error {
260 return w.writeVarint(v)

Callers

nothing calls this directly

Calls 1

writeVarintMethod · 0.95

Tested by

no test coverage detected