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

Method size

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

Source from the content-addressed store, hash-verified

162 }
163
164 size_t size() const override { return mData->capacity(); }
165
166 size_t read(char *dst, size_t bytesToRead) override {
167 if (mPos >= mData->capacity()) {

Callers 7

appendMethod · 0.45
readMethod · 0.45
readyMethod · 0.45
bytesReadMethod · 0.45
fastled_declare_filesFunction · 0.45
getStripPixelDataFunction · 0.45

Calls 1

capacityMethod · 0.45

Tested by

no test coverage detected