MCPcopy 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
95const char* ifstream::error_message() const {
96 if (!mHandle) {
97 return "No handle";
98 }
99 return mHandle->error_message();
100}
101
102void ifstream::clear_error() {
103 if (mHandle) {

Callers 5

test_json_endpointFunction · 0.45
test_get_endpointFunction · 0.45
test_ping_endpointFunction · 0.45
test_await_approachFunction · 0.45
test_json_awaitFunction · 0.45

Calls 1

strerrorFunction · 0.85

Tested by 5

test_json_endpointFunction · 0.36
test_get_endpointFunction · 0.36
test_ping_endpointFunction · 0.36
test_await_approachFunction · 0.36
test_json_awaitFunction · 0.36