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

Method getDriverCount

src/FastLED.cpp.hpp:576–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576fl::size CFastLED::getDriverCount() const {
577 fl::ChannelManager& manager = fl::channelManager();
578 return manager.getDriverCount();
579}
580
581fl::span<const fl::DriverInfo> CFastLED::getDriverInfos() const {
582 fl::ChannelManager& manager = fl::channelManager();

Callers 6

addMethod · 0.45
FL_TEST_FILEFunction · 0.45
channel.cppFile · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected