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

Method finished

src/fl/fx/video.cpp.hpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool Video::finished() {
136 if (!mImpl) {
137 return true;
138 }
139 return mFinished;
140}
141
142bool Video::rewind() {
143 if (!mImpl) {

Callers 2

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected