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

Function getStubChannelEngine

src/fl/channels/channel.cpp.hpp:718–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716} // anonymous namespace
717
718IChannelDriver* getStubChannelEngine() {
719 static StubChannelEngine instance;
720 return &instance;
721}
722
723// Re-exposed protected base class methods
724void Channel::addToDrawList() {

Callers 2

initChannelDriversFunction · 0.85
initChannelDriversFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected