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

Function print_cache_miss

ci/util/color_output.py:141–143  ·  view source on GitHub ↗

Print cache miss/invalidation message in yellow with warning (global function).

(message: str)

Source from the content-addressed store, hash-verified

139
140
141def print_cache_miss(message: str) -> None:
142 """Print cache miss/invalidation message in yellow with warning (global function)."""
143 _get_color_output().print_cache_miss(message)
144
145
146if __name__ == "__main__":

Callers 7

check_js_files_changedFunction · 0.90
invalidate_cacheFunction · 0.90
invalidate_python_cacheFunction · 0.90
check_cpp_files_changedFunction · 0.90
invalidate_cpp_cacheFunction · 0.90
color_output.pyFile · 0.85

Calls 2

_get_color_outputFunction · 0.85
print_cache_missMethod · 0.80

Tested by

no test coverage detected