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

Method pos

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

Source from the content-addressed store, hash-verified

187 // Backward-compat aliases
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);

Callers 2

readFrameMethod · 0.45
framesDisplayedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected