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

Method flush

ci/util/crash_trace_decoder.py:144–148  ·  view source on GitHub ↗

Force-finish any in-progress crash accumulation.

(self)

Source from the content-addressed store, hash-verified

142 return []
143
144 def flush(self) -> list[str]:
145 """Force-finish any in-progress crash accumulation."""
146 if self._in_crash and self._crash_lines:
147 return self._finish_crash()
148 return []
149
150 # ------------------------------------------------------------------
151 # Internal helpers

Callers 14

_fetch_schemaMethod · 0.45
_wait_for_responseMethod · 0.45
_run_docker_commandMethod · 0.45
cancel_allMethod · 0.45
atomic_write_textFunction · 0.45
_write_and_parseMethod · 0.45
_write_and_parseMethod · 0.45
test_example_sketchesFunction · 0.45
handle_lineMethod · 0.45
closeMethod · 0.45
writeMethod · 0.45

Calls 1

_finish_crashMethod · 0.95

Tested by 5

_write_and_parseMethod · 0.36
_write_and_parseMethod · 0.36
test_example_sketchesFunction · 0.36