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

Method write

src/fl/codec/file_system_codecs.cpp.hpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62 using filebuf::read;
63 fl::size_t write(const char*, fl::size_t) override { return 0; }
64 fl::size_t tell() override { return 0; }
65 bool seek(fl::size_t, seek_dir) override { return false; }
66 using filebuf::seek;

Callers 4

parseGifInfoMethod · 0.45
decodeMethod · 0.45
decodeWithTimeoutMethod · 0.45
parseMpeg1InfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected