MCPcopy
hub / github.com/segmentio/kafka-go / writeInt64

Method writeInt64

protocol/encode.go:233–236  ·  view source on GitHub ↗
(i int64)

Source from the content-addressed store, hash-verified

231}
232
233func (e *encoder) writeInt64(i int64) {
234 writeInt64(e.buffer[:8], i)
235 e.Write(e.buffer[:8])
236}
237
238func (e *encoder) writeFloat64(f float64) {
239 writeFloat64(e.buffer[:8], f)

Callers 3

writeToVersion1Method · 0.95
encodeInt64Method · 0.95
writeToVersion2Method · 0.95

Calls 2

WriteMethod · 0.95
writeInt64Function · 0.85

Tested by

no test coverage detected