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

Method clear

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

Source from the content-addressed store, hash-verified

103}
104
105void ScrollableTextArea::clear() {
106 firstVisibleLine = 0;
107 linesBuffer.clear();
108}
109
110void ScrollableTextArea::fromString(const String &text) {
111 clear();

Callers 1

fromFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected