| 307 | const char * SCI_METHOD BufferPointer() { return cb.BufferPointer(); } |
| 308 | const char *RangePointer(int position, int rangeLength) { return cb.RangePointer(position, rangeLength); } |
| 309 | int GapPosition() const { return cb.GapPosition(); } |
| 310 | |
| 311 | int SCI_METHOD GetLineIndentation(int line); |
| 312 | void SetLineIndentation(int line, int indent); |
nothing calls this directly
no outgoing calls
no test coverage detected