Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ encodeInt64
Method
encodeInt64
protocol/encode.go:129–131 ·
view source on GitHub ↗
(v value)
Source
from the content-addressed store, hash-verified
127
}
128
129
func
(e *encoder) encodeInt64(v value) {
130
e.writeInt64(v.int64())
131
}
132
133
func
(e *encoder) encodeFloat64(v value) {
134
e.writeFloat64(v.float64())
Callers
nothing calls this directly
Calls
2
writeInt64
Method · 0.95
int64
Method · 0.45
Tested by
no test coverage detected