Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ end
Method
end
src/platforms/wasm/fs_wasm.cpp.hpp:225–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
224
bool begin() override { return true; }
225
void end() override {}
226
227
fl::filebuf_ptr openRead(const char *_path) override {
228
// FL_DBG(
"Opening file: "
<< _path);
Callers
6
append
Method · 0.45
openRead
Method · 0.45
_findIfExists
Function · 0.45
_findOrCreate
Function · 0.45
_createIfNotExists
Function · 0.45
takeCallback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected