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

Method Clear

scintilla/src/ContractionState.cxx:41–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void ContractionState::Clear() {
42 delete visible;
43 visible = 0;
44 delete expanded;
45 expanded = 0;
46 delete heights;
47 heights = 0;
48 delete displayLines;
49 displayLines = 0;
50 linesInDocument = 1;
51}
52
53int ContractionState::LinesInDoc() const {
54 if (OneToOne()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected