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

Method _is_crash_continuation

ci/util/crash_trace_decoder.py:167–168  ·  view source on GitHub ↗
(line: str)

Source from the content-addressed store, hash-verified

165
166 @staticmethod
167 def _is_crash_continuation(line: str) -> bool:
168 return any(p.search(line) for p in _CRASH_CONTINUATION_PATTERNS)
169
170 # ------------------------------------------------------------------
171 # ELF / addr2line resolution

Callers 1

process_lineMethod · 0.95

Calls 1

anyFunction · 0.85

Tested by

no test coverage detected