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

Method check_all

ci/util/fingerprint.py:255–259  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

253 return self.check("wasm", calculate_wasm_fingerprint)
254
255 def check_all(self) -> bool:
256 cwd = Path.cwd()
257 if self._mtime_fast_path("all", cwd / "src"):
258 return False # no change detected via mtime fast-path
259 return self.check("all", calculate_fingerprint)

Callers

nothing calls this directly

Calls 2

_mtime_fast_pathMethod · 0.95
checkMethod · 0.95

Tested by

no test coverage detected