Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
382
const char *CellBuffer::BufferPointer() {
383
return substance.BufferPointer();
384
}
385
386
const char *CellBuffer::RangePointer(int position, int rangeLength) {
387
return substance.RangePointer(position, rangeLength);
Callers
1
WndProc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected