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

Method isFinal

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

Source from the content-addressed store, hash-verified

110}
111
112bool ChunkedReader::isFinal() const {
113 return mState == STATE_FINAL;
114}
115
116void ChunkedReader::reset() {
117 mState = READ_SIZE;

Callers 3

parseBodyMethod · 0.45
response_send.hppFile · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected