Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/sarama
/ putArrayLength
Method
putArrayLength
real_encoder.go:58–61 ·
view source on GitHub ↗
(in int)
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(re *realEncoder) putArrayLength(in int) error {
59
re.putInt32(int32(in))
60
return
nil
61
}
62
63
func
(re *realEncoder) putBool(in bool) {
64
if
in {
Callers
4
putStringArray
Method · 0.95
putInt32Array
Method · 0.95
putNullableInt32Array
Method · 0.95
putInt64Array
Method · 0.95
Calls
1
putInt32
Method · 0.95
Tested by
no test coverage detected