(e *Encoder)
| 8170 | |
| 8171 | func (testMammoth2Binary) codecSelferViaCodecgen() {} |
| 8172 | func (x testMammoth2Binary) CodecEncodeSelf(e *Encoder) { |
| 8173 | var h codecSelfer19781 |
| 8174 | z, r := GenHelper().Encoder(e) |
| 8175 | _, _, _ = h, z, r |
| 8176 | if z.EncBinary() { |
| 8177 | z.EncBinaryMarshal(x) |
| 8178 | } else { |
| 8179 | r.EncodeUint(uint64(x)) |
| 8180 | } |
| 8181 | } |
| 8182 | |
| 8183 | func (x *testMammoth2Binary) CodecDecodeSelf(d *Decoder) { |
| 8184 | var h codecSelfer19781 |
nothing calls this directly
no test coverage detected