(x uint16)
| 2170 | } |
| 2171 | |
| 2172 | func (rc *runContainer16) iaddReturnMinimized(x uint16) container { |
| 2173 | rc.Add(x) |
| 2174 | return rc.toEfficientContainer() |
| 2175 | } |
| 2176 | |
| 2177 | func (rc *runContainer16) iadd(x uint16) (wasNew bool) { |
| 2178 | return rc.Add(x) |
nothing calls this directly
no test coverage detected