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

Method bytesLeft

src/fl/stl/fstream.h:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 bool valid() const { return is_open(); }
189 fl::size_t pos() const { return mHandle ? mHandle->pos() : 0; }
190 fl::size_t bytesLeft() const { return bytes_left(); }
191 bool seek(fl::size_t p) {
192 seekg(p, ios::seekdir::beg);
193 return good();

Callers 2

readFrameAtMethod · 0.45
bytesRemainingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected