Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ ~StubFileHandle
Method
~StubFileHandle
src/platforms/stub/fs_stub.hpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
~StubFileHandle() override {
51
if (mFile.is_open()) {
52
mFile.close();
53
}
54
}
55
56
bool is_open() const FL_NOEXCEPT override {
57
return mFile.is_open();
Callers
nothing calls this directly
Calls
2
is_open
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected