MCPcopy Create free account
hub / github.com/BruceDevices/firmware / getMaxLines

Method getMaxLines

src/core/scrollableTextArea.cpp:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72size_t ScrollableTextArea::getMaxLines() { return linesBuffer.size(); }
73
74void ScrollableTextArea::show(bool force) {
75 draw(force);

Callers 2

selectSectionFunction · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected