MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getTotalVisibleLines

Method getTotalVisibleLines

src/eepp/ui/uicodeeditor.cpp:1170–1172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168}
1169
1170size_t UICodeEditor::getTotalVisibleLines() const {
1171 return mDocView.getVisibleLinesCount();
1172}
1173
1174Uint32 UICodeEditor::onTextEditing( const TextEditingEvent& event ) {
1175 mLastActivity.restart();

Callers 1

onKeyDownMethod · 0.80

Calls 1

getVisibleLinesCountMethod · 0.45

Tested by

no test coverage detected