MCPcopy Create free account
hub / github.com/cxasm/notepad-- / LinesInDoc

Method LinesInDoc

src/qscint/scintilla/src/ContractionState.cpp:161–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160template <typename LINE>
161Sci::Line ContractionState<LINE>::LinesInDoc() const {
162 if (OneToOne()) {
163 return linesInDocument;
164 } else {
165 return displayLines->Partitions() - 1;
166 }
167}
168
169template <typename LINE>
170Sci::Line ContractionState<LINE>::LinesDisplayed() const {

Callers 1

WrapLinesMethod · 0.80

Calls 1

PartitionsMethod · 0.80

Tested by

no test coverage detected