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

Method enabled

src/fl/stl/allocator.cpp.hpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 reintrancy_count--;
77 }
78 bool enabled() const {
79 return reintrancy_count <= 1;
80 }
81};
82
83// Force early initialization of thread-local storage to avoid

Callers 4

PSRamAllocateFunction · 0.80
PSRamDeallocateFunction · 0.80
MallocFunction · 0.80
FreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected