Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
bool ChunkedReader::isFinal() const {
113
return mState == STATE_FINAL;
114
}
115
116
void ChunkedReader::reset() {
117
mState = READ_SIZE;
Callers
3
parseBody
Method · 0.45
response_send.hpp
File · 0.45
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected