| 302 | void BeginUndoAction() { cb.BeginUndoAction(); } |
| 303 | void EndUndoAction() { cb.EndUndoAction(); } |
| 304 | void AddUndoAction(int token, bool mayCoalesce) { cb.AddUndoAction(token, mayCoalesce); } |
| 305 | void SetSavePoint(); |
| 306 | bool IsSavePoint() { return cb.IsSavePoint(); } |
| 307 | const char * SCI_METHOD BufferPointer() { return cb.BufferPointer(); } |
nothing calls this directly
no outgoing calls
no test coverage detected