Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ stop
Method
stop
src/platforms/shared/coroutine_null.impl.hpp:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
~TaskCoroutineNull() override = default;
25
void stop() override {}
26
bool isRunning() const override { return false; }
27
28
private:
Callers
1
TaskCoroutineStubImpl
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected