MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / BufferPointer

Method BufferPointer

scintilla/src/SplitVector.h:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected