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

Function print_cache_hit

ci/util/color_output.py:136–138  ·  view source on GitHub ↗

Print cache hit message in green with checkmark (global function).

(message: str)

Source from the content-addressed store, hash-verified

134
135
136def print_cache_hit(message: str) -> None:
137 """Print cache hit message in green with checkmark (global function)."""
138 _get_color_output().print_cache_hit(message)
139
140
141def print_cache_miss(message: str) -> None:

Callers 5

check_js_files_changedFunction · 0.90
check_cpp_files_changedFunction · 0.90
runnerFunction · 0.90
color_output.pyFile · 0.85

Calls 2

_get_color_outputFunction · 0.85
print_cache_hitMethod · 0.80

Tested by 1

runnerFunction · 0.72