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

Method getSentData

tests/fl/net/http/stream_transport.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 fl::vector<uint8_t> getSentData() const {
83 return mSentData;
84 }
85
86 void clearSentData() {
87 mSentData.clear();

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected