Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ writeInt8
Method
writeInt8
protocol/encode.go:218–221 ·
view source on GitHub ↗
(i int8)
Source
from the content-addressed store, hash-verified
216
}
217
218
func
(e *encoder) writeInt8(i int8) {
219
writeInt8(e.buffer[:1], i)
220
e.Write(e.buffer[:1])
221
}
222
223
func
(e *encoder) writeInt16(i int16) {
224
writeInt16(e.buffer[:2], i)
Callers
4
writeToVersion1
Method · 0.95
encodeBool
Method · 0.95
encodeInt8
Method · 0.95
writeToVersion2
Method · 0.95
Calls
2
Write
Method · 0.95
writeInt8
Function · 0.85
Tested by
no test coverage detected