Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/sarama
/ getInt8
Method
getInt8
packet_decoder.go:17–17 ·
view source on GitHub ↗
Primitives
()
Source
from the content-addressed store, hash-verified
15
type
packetDecoder
interface
{
16
// Primitives
17
getInt8() (int8, error)
18
getInt16() (int16, error)
19
getInt32() (int32, error)
20
getInt64() (int64, error)
Callers
15
decode
Method · 0.65
decode
Method · 0.65
decode
Method · 0.65
decode
Method · 0.65
decode
Method · 0.65
decode
Method · 0.65
decode
Method · 0.65
decode
Method · 0.65
decode
Method · 0.65
decode
Method · 0.65
decode
Method · 0.65
decode
Method · 0.65
Implementers
1
realDecoder
real_decoder.go
Calls
no outgoing calls
Tested by
no test coverage detected