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

Method getDriverCount

src/fl/channels/manager.cpp.hpp:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335fl::size ChannelManager::getDriverCount() const {
336 return mDrivers.size();
337}
338
339fl::span<const DriverInfo> ChannelManager::getDriverInfos() const {
340 // Update cache with current driver state

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected