Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
335
fl::size ChannelManager::getDriverCount() const {
336
return mDrivers.size();
337
}
338
339
fl::span<const DriverInfo> ChannelManager::getDriverInfos() const {
340
// Update cache with current driver state
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected