MCPcopy 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

availableMethod · 0.45
readMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected