Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
available
Method · 0.45
bytes_left
Method · 0.45
size
Method · 0.45
read
Method · 0.45
seek
Method · 0.45
is_eof
Method · 0.45
allocateAndArm
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected