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

Method save

ci/iwyu_cache.py:177–179  ·  view source on GitHub ↗

Flush cache to disk. Call after all updates.

(self)

Source from the content-addressed store, hash-verified

175 }
176
177 def save(self) -> None:
178 """Flush cache to disk. Call after all updates."""
179 self._save()
180
181 def clear(self) -> None:
182 """Clear all cached results."""

Callers 1

scan_fl_headersFunction · 0.80

Calls 1

_saveMethod · 0.95

Tested by

no test coverage detected