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

Method write

tests/fl/fx/video.cpp:60–63  ·  view source on GitHub ↗

u8 overload

Source from the content-addressed store, hash-verified

58 }
59 using fl::filebuf::read; // u8 overload
60 size_t write(const char *dat, size_t count) override {
61 (void)dat; (void)count;
62 return 0;
63 }
64 size_t tell() override { return mPos; }
65 const char *path() const override { return "fake"; }
66 bool seek(size_t pos, fl::seek_dir dir) override {

Callers 12

_run_with_logFunction · 0.45
FL_TEST_FILEFunction · 0.45
mpeg1.hppFile · 0.45
gif.hppFile · 0.45
validateMp4Function · 0.45
validateMpegFunction · 0.45
validateGifFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by 1

FL_TEST_FILEFunction · 0.36