Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ addInput
Method
addInput
tests/fl/remote/remote.cpp:1173–1175 ·
view source on GitHub ↗
Test helpers
Source
from the content-addressed store, hash-verified
1171
1172
// Test helpers
1173
void addInput(const fl::string& line) {
1174
inputLines.push_back(line);
1175
}
1176
1177
void reset() {
1178
inputLines.clear();
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected