Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ error_message
Method
error_message
tests/fl/fx/video.cpp:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
void clear_error() override {}
77
int error_code() const override { return 0; }
78
const char *error_message() const override { return
"No error"
; }
79
80
fl::vector<uint8_t> data;
81
size_t mPos = 0;
Callers
5
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
main
Function · 0.45
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected