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

Method getName

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

Source from the content-addressed store, hash-verified

705 }
706
707 virtual fl::string getName() const override {
708 return fl::string::from_literal("STUB");
709 }
710
711 virtual Capabilities getCapabilities() const override {
712 return Capabilities(true, true); // Stub accepts both clockless and SPI

Callers 3

resolveDynamicDriverMethod · 0.45
showPixelsMethod · 0.45
getEngineNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected