Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ ready
Method
ready
src/platforms/wasm/fs_wasm.cpp.hpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
bool ready(size_t pos) {
97
fl::unique_lock<fl::mutex> lock(mMutex);
98
return mData.size() == mCapacity || pos < mData.size();
99
}
100
101
size_t bytesRead() const {
102
fl::unique_lock<fl::mutex> lock(mMutex);
Callers
2
available
Method · 0.45
read
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected