MCPcopy 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
137bool HttpRequestParser::isComplete() const {
138 return mState == COMPLETE;
139}
140
141HttpRequestPtrConst HttpRequestParser::getRequest() {
142 if (mState != COMPLETE) {

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected