Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ decodeInt32
Method
decodeInt32
protocol/decode.go:81–83 ·
view source on GitHub ↗
(v value)
Source
from the content-addressed store, hash-verified
79
}
80
81
func
(d *decoder) decodeInt32(v value) {
82
v.setInt32(d.readInt32())
83
}
84
85
func
(d *decoder) decodeInt64(v value) {
86
v.setInt64(d.readInt64())
Callers
nothing calls this directly
Calls
2
readInt32
Method · 0.95
setInt32
Method · 0.45
Tested by
no test coverage detected