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

Method error_message

src/fl/stl/detail/file_handle.cpp.hpp:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178const char* posix_filebuf::error_message() const {
179 if (mLastError == 0) {
180 return "No error";
181 }
182 return fl::strerror(mLastError);
183}
184
185void posix_filebuf::captureError() {
186 mLastError = fl::get_errno();

Callers

nothing calls this directly

Calls 1

strerrorFunction · 0.85

Tested by

no test coverage detected