()
| 984 | } |
| 985 | |
| 986 | func (rc *runContainer16) Clone() *runContainer16 { |
| 987 | rc2 := newRunContainer16CopyIv(rc.iv) |
| 988 | return rc2 |
| 989 | } |
| 990 | |
| 991 | // newRunContainer16TakeOwnership returns a new runContainer16 |
| 992 | // backed by the provided iv slice, which we will |
no test coverage detected