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

Method DeleteAll

scintilla/src/SplitVector.h:236–238  ·  view source on GitHub ↗

Delete all the buffer contents.

Source from the content-addressed store, hash-verified

234
235 /// Delete all the buffer contents.
236 void DeleteAll() {
237 DeleteRange(0, lengthBody);
238 }
239
240 // Retrieve a range of elements into an array
241 void GetRange(T *buffer, int position, int retrieveLength) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected