(dAtA []byte)
| 2110 | } |
| 2111 | |
| 2112 | func (m *CachedResponse) MarshalTo(dAtA []byte) (int, error) { |
| 2113 | size := m.Size() |
| 2114 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2115 | } |
| 2116 | |
| 2117 | func (m *CachedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2118 | i := len(dAtA) |
nothing calls this directly
no test coverage detected