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

Method BufferPointer

scintilla/src/CellBuffer.cxx:382–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382const char *CellBuffer::BufferPointer() {
383 return substance.BufferPointer();
384}
385
386const char *CellBuffer::RangePointer(int position, int rangeLength) {
387 return substance.RangePointer(position, rangeLength);

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected