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

Method check_examples

ci/util/fingerprint.py:228–232  ·  view source on GitHub ↗
(self, args: TestArgs)

Source from the content-addressed store, hash-verified

226 return self.check("cpp_test", lambda: calculate_cpp_test_fingerprint(args))
227
228 def check_examples(self, args: TestArgs) -> bool:
229 cwd = Path.cwd()
230 if self._mtime_fast_path("examples", cwd / "src", cwd / "examples"):
231 return False # no change detected via mtime fast-path
232 return self.check("examples", lambda: calculate_examples_fingerprint(args))
233
234 def check_python(self) -> bool:
235 cwd = Path.cwd()

Callers 1

mainFunction · 0.95

Calls 3

_mtime_fast_pathMethod · 0.95
checkMethod · 0.95

Tested by 1

mainFunction · 0.76