FastLED 3.9.15
Loading...
Searching...
No Matches

◆ registry()

fl::vector< AssetEntry > & fl::asset_detail::registry ( )
inline

Definition at line 42 of file asset.cpp.hpp.

42 {
43 // Construct-on-first-use avoids static-init ordering issues with the
44 // generated asset table (which also uses static init).
45 static fl::vector<AssetEntry> s_registry;
46 return s_registry;
47}

References FL_NOEXCEPT.

Referenced by lookup_registry(), and fl::register_asset().

+ Here is the caller graph for this function: