MCPcopy Create free account
hub / github.com/FastLED/FastLED / close

Method close

src/platforms/wasm/fs_wasm.cpp.hpp:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 using filebuf::seek; // Pull in single-arg overload
207
208 void close() override {
209 // No need to do anything for in-memory files
210 }
211
212 bool is_eof() const override { return mPos >= mData->capacity(); }
213 bool has_error() const override { return false; }

Callers 9

~SdFatFileHandleMethod · 0.45
SdFatFileHandleClass · 0.45
~SDFileHandleMethod · 0.45
SDFileHandleClass · 0.45
audio_manager.tsFile · 0.45
~StubFileHandleMethod · 0.45
StubFileHandleClass · 0.45
createTextFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected