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

Method is_open

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

Source from the content-addressed store, hash-verified

140 virtual ~WasmFileHandle() override {}
141
142 bool is_open() const override { return true; } // always open if we have data
143
144 bool available() const override {
145 if (mPos >= mData->capacity()) {

Callers 4

StubFileHandleMethod · 0.45
~StubFileHandleMethod · 0.45
StubFileHandleClass · 0.45
createTextFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected