MCPcopy 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

25template <typename T> using ThreadLocal = ThreadLocalReal<T>;
26#else
27template <typename T> class ThreadLocalFake;
28template <typename T> using ThreadLocal = ThreadLocalFake<T>;
29#endif
30

Callers

nothing calls this directly

Calls 1

setClass · 0.70

Tested by

no test coverage detected