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

Method last_error

src/fl/stl/asio/http/server.h:226–226  ·  view source on GitHub ↗

Get last error message

Source from the content-addressed store, hash-verified

224
225 /// Get last error message
226 string last_error() const { return mLastError; }
227
228private:
229 // EngineEvents::Listener implementation

Callers 4

mainFunction · 0.80
setupFunction · 0.80
setupFunction · 0.80
startHttpServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected