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

Method getEngineName

src/fl/channels/rx/channel.cpp.hpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83fl::string RxChannel::getEngineName() const FL_NOEXCEPT {
84 if (!mConfig.affinity.empty()) {
85 return mConfig.affinity;
86 }
87 return mDevice ? fl::string(mDevice->name()) : fl::string();
88}
89
90bool RxChannel::begin(const RxChannelConfig& config) FL_NOEXCEPT {
91 bool recreate_device = !mDevice ||

Callers

nothing calls this directly

Calls 3

stringClass · 0.50
emptyMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected