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

Function clear_zccache_stats

ci/util/zccache_config.py:66–72  ·  view source on GitHub ↗

Clear zccache statistics (no-op). zccache 1.0.3 does not support --zero-stats. Stats are per-daemon-uptime and reset automatically on daemon restart.

()

Source from the content-addressed store, hash-verified

64
65
66def clear_zccache_stats() -> None:
67 """Clear zccache statistics (no-op).
68
69 zccache 1.0.3 does not support --zero-stats.
70 Stats are per-daemon-uptime and reset automatically on daemon restart.
71 """
72 pass
73
74
75def show_zccache_stats() -> None:

Callers 1

runnerFunction · 0.90

Calls

no outgoing calls

Tested by 1

runnerFunction · 0.72