Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ ThreadLocalFake
Class
ThreadLocalFake
src/fl/stl/thread_local.h:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
template <typename T> using ThreadLocal = ThreadLocalReal<T>;
26
#else
27
template <typename T> class ThreadLocalFake;
28
template <typename T> using ThreadLocal = ThreadLocalFake<T>;
29
#endif
30
Callers
nothing calls this directly
Calls
1
set
Class · 0.70
Tested by
no test coverage detected