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

Method reset

src/fl/net/http/chunked_encoding.cpp.hpp:116–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void ChunkedReader::reset() {
117 mState = READ_SIZE;
118 mBuffer.clear();
119 mChunkSize = 0;
120 mBytesRead = 0;
121 mChunks.clear();
122 mCurrentChunk.clear();
123}
124
125bool ChunkedReader::parseChunkSize(size_t& outSize) {
126 // Find CRLF in buffer

Callers 1

updateMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected