Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
233
func
(e *encoder) writeInt64(i int64) {
234
writeInt64(e.buffer[:8], i)
235
e.Write(e.buffer[:8])
236
}
237
238
func
(e *encoder) writeFloat64(f float64) {
239
writeFloat64(e.buffer[:8], f)
Callers
3
writeToVersion1
Method · 0.95
encodeInt64
Method · 0.95
writeToVersion2
Method · 0.95
Calls
2
Write
Method · 0.95
writeInt64
Function · 0.85
Tested by
no test coverage detected