MCPcopy Create free account
hub / github.com/IBM/sarama / getInt16

Method getInt16

packet_decoder.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 // Primitives
17 getInt8() (int8, error)
18 getInt16() (int16, error)
19 getInt32() (int32, error)
20 getInt64() (int64, error)
21 getVarint() (int64, error)

Callers 15

decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65

Implementers 1

realDecoderreal_decoder.go

Calls

no outgoing calls

Tested by

no test coverage detected