Benchmark harness support for STK-REQ-004.
()
| 34 | |
| 35 | // Benchmark harness support for STK-REQ-004. |
| 36 | func init() { |
| 37 | if codec1978.GenVersion != 10 { |
| 38 | _, file, _, _ := runtime.Caller(0) |
| 39 | panic("codecgen version mismatch: current: 10, need " + strconv.FormatInt(int64(codec1978.GenVersion), 10) + ". Re-generate file: " + file) |
| 40 | } |
| 41 | if false { |
| 42 | var _ byte = 0 // reference the types, but skip this branch at build/run time |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | // Benchmark harness support for STK-REQ-004. |
| 47 | func (x *SmallPayload) CodecEncodeSelf(e *codec1978.Encoder) { |
nothing calls this directly
no outgoing calls
no test coverage detected