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

Method id

src/fl/task/task.cpp.hpp:302–302  ·  view source on GitHub ↗

Getters

Source from the content-addressed store, hash-verified

300
301// Getters
302int Handle::id() const { return mImpl ? mImpl->id() : 0; }
303bool Handle::has_then() const { return mImpl ? mImpl->has_then() : false; }
304bool Handle::has_catch() const { return mImpl ? mImpl->has_catch() : false; }
305string Handle::trace_label() const { return mImpl ? mImpl->trace_label() : ""; }

Callers 2

_idMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected