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

Method is_eof

src/fl/codec/file_system_codecs.cpp.hpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 fl::size_t size() const override { return 0; }
68 const char* path() const override { return mPath.c_str(); }
69 bool is_eof() const override { return !mHasValidFrame && !mDecoder->hasMoreFrames(); }
70 bool has_error() const override { return false; }
71 void clear_error() override {}
72 int error_code() const override { return 0; }

Callers

nothing calls this directly

Calls 1

hasMoreFramesMethod · 0.45

Tested by

no test coverage detected