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

Function clear_session_cache

ci/compiler/platformio_cache.py:266–270  ·  view source on GitHub ↗

Clear the session installation cache. Useful for testing.

()

Source from the content-addressed store, hash-verified

264
265
266def clear_session_cache() -> None:
267 """Clear the session installation cache. Useful for testing."""
268 global _session_installation_cache
269 _session_installation_cache.clear()
270 logger.debug("Cleared session installation cache")
271
272
273# Configure logging

Callers

nothing calls this directly

Calls 2

debugMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected