Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ is_open
Method
is_open
src/fl/system/file_system.cpp.hpp:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
~NullFileHandle() FL_NOEXCEPT override {}
39
40
bool is_open() const override { return false; }
41
fl::size_t size() const override { return 0; }
42
fl::size_t read(char *dst, fl::size_t bytesToRead) override {
43
FASTLED_UNUSED(dst);
Callers
2
openVideo
Method · 0.45
readText
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected