| 5 | ) |
| 6 | |
| 7 | type saslAuthenticateRequestV0 struct { |
| 8 | // Data holds the SASL payload |
| 9 | Data []byte |
| 10 | } |
| 11 | |
| 12 | func (t saslAuthenticateRequestV0) size() int32 { |
| 13 | return sizeofBytes(t.Data) |
nothing calls this directly
no outgoing calls
no test coverage detected