MCPcopy 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

appendMethod · 0.45
openReadMethod · 0.45
_findIfExistsFunction · 0.45
_findOrCreateFunction · 0.45
_createIfNotExistsFunction · 0.45
takeCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected