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

Method _is_crash_start

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

Source from the content-addressed store, hash-verified

161
162 @staticmethod
163 def _is_crash_start(line: str) -> bool:
164 return any(p.search(line) for p in _CRASH_START_PATTERNS)
165
166 @staticmethod
167 def _is_crash_continuation(line: str) -> bool:

Callers 1

process_lineMethod · 0.95

Calls 1

anyFunction · 0.85

Tested by

no test coverage detected