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

Method size

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

Total file size in bytes

Source from the content-addressed store, hash-verified

144
145 // Total file size in bytes
146 fl::size_t size() const {
147 return mHandle ? mHandle->size() : 0;
148 }
149
150 // Bytes remaining from current position to end
151 fl::size_t bytes_left() const {

Callers 2

readMethod · 0.45
readRGB8Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected