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

Method bytes_left

src/platforms/wasm/fs_wasm.cpp.hpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 fl::size_t bytes_left() const override {
158 if (!available()) {
159 return 0;
160 }
161 return mData->capacity() - mPos;
162 }
163
164 size_t size() const override { return mData->capacity(); }
165

Callers

nothing calls this directly

Calls 2

availableFunction · 0.70
capacityMethod · 0.45

Tested by

no test coverage detected