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

Method adjustLength

packet_encoder.go:75–75  ·  view source on GitHub ↗

Called during pop() to adjust the length of the field. It should return the difference in bytes between the last computed length and current length.

(currOffset int)

Source from the content-addressed store, hash-verified

73 // Called during pop() to adjust the length of the field.
74 // It should return the difference in bytes between the last computed length and current length.
75 adjustLength(currOffset int) int
76}

Callers 1

popMethod · 0.65

Implementers 1

varintLengthFieldlength_field.go

Calls

no outgoing calls

Tested by

no test coverage detected