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

Method GetHeight

scintilla/src/ContractionState.cxx:223–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223int ContractionState::GetHeight(int lineDoc) const {
224 if (OneToOne()) {
225 return 1;
226 } else {
227 return heights->ValueAt(lineDoc);
228 }
229}
230
231// Set the number of display lines needed for this line.
232// Return true if this is a change.

Callers

nothing calls this directly

Calls 1

ValueAtMethod · 0.45

Tested by

no test coverage detected