Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
bool Video::finished() {
136
if (!mImpl) {
137
return true;
138
}
139
return mFinished;
140
}
141
142
bool Video::rewind() {
143
if (!mImpl) {
Callers
2
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected