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

Method _get_cache_key

ci/compiler/platformio_cache.py:381–383  ·  view source on GitHub ↗

Generate cache key from URL - sanitized for filesystem use.

(self, url: str)

Source from the content-addressed store, hash-verified

379 cleanup_stale_platformio_locks(max_age_minutes=30)
380
381 def _get_cache_key(self, url: str) -> str:
382 """Generate cache key from URL - sanitized for filesystem use."""
383 return str(sanitize_url_for_path(url))
384
385 def download_artifact(self, url: str) -> str:
386 """

Callers 2

download_artifactMethod · 0.95
handle_zip_artifactFunction · 0.80

Calls 1

sanitize_url_for_pathFunction · 0.90

Tested by

no test coverage detected