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

Method capacity

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

Source from the content-addressed store, hash-verified

104 }
105
106 size_t capacity() const {
107 fl::unique_lock<fl::mutex> lock(mMutex);
108 return mCapacity;
109 }
110
111 private:
112 fl::vector<u8> mData;

Callers 7

availableMethod · 0.45
bytes_leftMethod · 0.45
sizeMethod · 0.45
readMethod · 0.45
seekMethod · 0.45
is_eofMethod · 0.45
allocateAndArmMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected