Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ isRunning
Method
isRunning
examples/Asio/Loopback/LoopbackTestRunner.h:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
bool isRunning() const {
114
return state != IDLE && state != COMPLETED;
115
}
116
117
TestSequenceState getState() const {
118
return state;
Callers
1
registerFunctions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected