Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ error_message
Method
error_message
src/fl/stl/fstream.cpp.hpp:95–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
const char* ifstream::error_message() const {
96
if (!mHandle) {
97
return
"No handle"
;
98
}
99
return mHandle->error_message();
100
}
101
102
void ifstream::clear_error() {
103
if (mHandle) {
Callers
5
test_json_endpoint
Function · 0.45
test_get_endpoint
Function · 0.45
test_ping_endpoint
Function · 0.45
test_await_approach
Function · 0.45
test_json_await
Function · 0.45
Calls
1
strerror
Function · 0.85
Tested by
5
test_json_endpoint
Function · 0.36
test_get_endpoint
Function · 0.36
test_ping_endpoint
Function · 0.36
test_await_approach
Function · 0.36
test_json_await
Function · 0.36