Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ bytesRead
Method
bytesRead
src/platforms/wasm/fs_wasm.cpp.hpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
size_t bytesRead() const {
102
fl::unique_lock<fl::mutex> lock(mMutex);
103
return mData.size();
104
}
105
106
size_t capacity() const {
107
fl::unique_lock<fl::mutex> lock(mMutex);
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected