(dAtA []byte)
| 1276 | } |
| 1277 | |
| 1278 | func (m *LivenessCheckResponse) MarshalTo(dAtA []byte) (int, error) { |
| 1279 | size := m.Size() |
| 1280 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1281 | } |
| 1282 | |
| 1283 | func (m *LivenessCheckResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1284 | i := len(dAtA) |
nothing calls this directly
no test coverage detected