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

Method _finish_crash

ci/util/crash_trace_decoder.py:154–160  ·  view source on GitHub ↗

Decode accumulated crash lines and reset state.

(self)

Source from the content-addressed store, hash-verified

152 # ------------------------------------------------------------------
153
154 def _finish_crash(self) -> list[str]:
155 """Decode accumulated crash lines and reset state."""
156 lines = self._decode()
157 self._in_crash = False
158 self._crash_lines = []
159 self._grace_count = 0
160 return lines
161
162 @staticmethod
163 def _is_crash_start(line: str) -> bool:

Callers 2

process_lineMethod · 0.95
flushMethod · 0.95

Calls 1

_decodeMethod · 0.95

Tested by

no test coverage detected