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

Method fail

src/fl/stl/istream.h:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 bool fail() const {
106#if SKETCH_HAS_LARGE_MEMORY
107 return mRealStream.fail();
108#else
109 return false; // Never fail on memory-constrained platforms
110#endif
111 }
112
113 bool eof() const {
114#if SKETCH_HAS_LARGE_MEMORY

Calls

no outgoing calls