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

Method ContractionState

scintilla/src/ContractionState.cxx:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#endif
22
23ContractionState::ContractionState() : visible(0), expanded(0), heights(0), displayLines(0), linesInDocument(1) {
24 //InsertLine(0);
25}
26
27ContractionState::~ContractionState() {
28 Clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected