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

◆ clear()

void fl::ScopedTrace::clear ( )
static

Clear the entire call stack (primarily for testing)

Definition at line 152 of file trace.cpp.hpp.

152 {
153 auto& storage = getTraceStorage();
154 storage.callStack.resize(0);
155 storage.stackDepth = 0;
156}
static TraceStorage & getTraceStorage() FL_NOEXCEPT
Definition trace.cpp.hpp:48

References FL_NOEXCEPT, and fl::getTraceStorage().

Referenced by operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: