Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ close
Method
close
src/fl/system/file_system.cpp.hpp:60–60 ·
view source on GitHub ↗
single-arg overload
Source
from the content-addressed store, hash-verified
58
}
59
using filebuf::seek; // single-arg overload
60
void close() override {}
61
bool is_eof() const override { return true; }
62
bool has_error() const override { return false; }
63
void clear_error() override {}
Callers
1
readText
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected