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

Function _discover_counts

test.py:597–603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

595 _counts_result: list[TestCounts] = []
596
597 def _discover_counts() -> None:
598 try:
599 _counts_result.append(get_test_counts())
600 except KeyboardInterrupt as ki:
601 handle_keyboard_interrupt(ki)
602 except Exception:
603 pass
604
605 _discovery_thread = threading.Thread(
606 target=_discover_counts, daemon=True, name="TestDiscovery"

Callers

nothing calls this directly

Calls 3

get_test_countsFunction · 0.90
appendMethod · 0.45

Tested by

no test coverage detected