MCPcopy Create free account
hub / github.com/FastLED/FastLED / read

Method read

src/fl/system/file_system.cpp.hpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
45 return 0;
46 }
47 fl::size_t write(const char *data, fl::size_t count) override {
48 FASTLED_UNUSED(data);
49 FASTLED_UNUSED(count);

Callers 1

readTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected