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

Method bytes_left

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

Bytes remaining from current position to end

Source from the content-addressed store, hash-verified

149
150 // Bytes remaining from current position to end
151 fl::size_t bytes_left() const {
152 return mHandle ? mHandle->bytes_left() : 0;
153 }
154
155 // File path (or description for non-file buffers)
156 const char* path() const {

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected