| 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; } |
nothing calls this directly
no test coverage detected