Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ isComplete
Method
isComplete
src/fl/stl/asio/http/http_parser.cpp.hpp:137–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
bool HttpRequestParser::isComplete() const {
138
return mState == COMPLETE;
139
}
140
141
HttpRequestPtrConst HttpRequestParser::getRequest() {
142
if (mState != COMPLETE) {
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected