Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ size
Method
size
src/fl/system/file_system.cpp.hpp:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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);
44
FASTLED_UNUSED(bytesToRead);
Callers
6
push
Method · 0.45
pop
Method · 0.45
dump
Method · 0.45
write
Method · 0.45
pinMap
Function · 0.45
readText
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected