| 255 | } |
| 256 | |
| 257 | T *BufferPointer() { |
| 258 | RoomFor(1); |
| 259 | GapTo(lengthBody); |
| 260 | body[lengthBody] = 0; |
| 261 | return body; |
| 262 | } |
| 263 | |
| 264 | T *RangePointer(int position, int rangeLength) { |
| 265 | if (position < part1Length) { |
nothing calls this directly
no outgoing calls
no test coverage detected