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

Method isRunning

src/platforms/arm/teensy/coroutine_teensy.impl.hpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320bool TaskCoroutineTeensy::isRunning() const FL_NOEXCEPT {
321 if (!mContext) return false;
322 return !mContext->is_completed();
323}
324
325//=============================================================================
326// Factory function — wired into platforms/coroutine.impl.cpp.hpp dispatch

Callers

nothing calls this directly

Calls 1

is_completedMethod · 0.45

Tested by

no test coverage detected