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

Method clear

src/fl/system/trace.cpp.hpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void ScopedTrace::clear() FL_NOEXCEPT {
153 auto& storage = getTraceStorage();
154 storage.callStack.resize(0);
155 storage.stackDepth = 0;
156}
157
158// ScopedTrace RAII implementation
159ScopedTrace::ScopedTrace(const char* function, int line) FL_NOEXCEPT {

Callers 1

dumpMethod · 0.45

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected