MCPcopy 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

pushMethod · 0.45
popMethod · 0.45
dumpMethod · 0.45
writeMethod · 0.45
pinMapFunction · 0.45
readTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected