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

Method path

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

Source from the content-addressed store, hash-verified

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 {
67 if (dir == fl::seek_dir::beg) { this->mPos = pos; }
68 else if (dir == fl::seek_dir::cur) { this->mPos += pos; }

Callers 3

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected