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

Method is_done

src/fl/net/http/fetch_request.h:51–51  ·  view source on GitHub ↗

@brief Check if request is complete (success or failure)

Source from the content-addressed store, hash-verified

49
50 /// @brief Check if request is complete (success or failure)
51 bool is_done() const { return mState == COMPLETED || mState == FAILED; }
52
53 /// @brief Get current state
54 State get_state() const { return mState; }

Callers 1

execute_fetch_requestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected