Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ is_eof
Method
is_eof
src/platforms/wasm/fs_wasm.cpp.hpp:212–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
bool is_eof() const override { return mPos >= mData->capacity(); }
213
bool has_error() const override { return false; }
214
void clear_error() override {}
215
int error_code() const override { return 0; }
Callers
nothing calls this directly
Calls
1
capacity
Method · 0.45
Tested by
no test coverage detected