Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ readInt16
Function
readInt16
protocol/decode.go:474–476 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
472
}
473
474
func
readInt16(b []byte) int16 {
475
return
int16(binary.BigEndian.Uint16(b))
476
}
477
478
func
readInt32(b []byte) int32 {
479
return
int32(binary.BigEndian.Uint32(b))
Callers
2
readInt16
Method · 0.70
ReadControlRecord
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected