Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
void ScrollableTextArea::clear() {
106
firstVisibleLine = 0;
107
linesBuffer.clear();
108
}
109
110
void ScrollableTextArea::fromString(const String &text) {
111
clear();
Callers
1
fromFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected