Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ reset
Method
reset
tests/fl/remote/remote.cpp:1177–1181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1175
}
1176
1177
void reset() {
1178
inputLines.clear();
1179
outputLines.clear();
1180
inputIndex = 0;
1181
}
1182
1183
fl::string getLastOutput() const {
1184
if (outputLines.empty()) return fl::string();
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected