MCPcopy Create free account
hub / github.com/FastLED/FastLED / println

Method println

tests/fl/remote/remote.cpp:1168–1170  ·  view source on GitHub ↗

Output methods (SerialWriter interface)

Source from the content-addressed store, hash-verified

1166
1167 // Output methods (SerialWriter interface)
1168 void println(const char* str) {
1169 outputLines.push_back(fl::string(str));
1170 }
1171
1172 // Test helpers
1173 void addInput(const fl::string& line) {

Callers 2

FL_TEST_FILEFunction · 0.45
setupFunction · 0.45

Calls 2

stringClass · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected