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

Method clear

ci/meson/phase_tracker.py:115–119  ·  view source on GitHub ↗

Remove phase state file (call on successful completion).

(self)

Source from the content-addressed store, hash-verified

113 return None
114
115 def clear(self) -> None:
116 """Remove phase state file (call on successful completion)."""
117 with self._lock:
118 if self.state_file.exists():
119 self.state_file.unlink()
120
121 def _is_stale(self, state: dict[str, Any]) -> bool:
122 """

Callers 15

clear_session_cacheFunction · 0.45
from_dictMethod · 0.45
producer_threadFunction · 0.45
run_direct_testFunction · 0.45
clear_cacheMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45

Calls 1

unlinkMethod · 0.80

Tested by 11

tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36