MCPcopy Create free account
hub / github.com/apache/trafficserver / red

Function red

tools/records/convert2yaml.py:58–59  ·  view source on GitHub ↗
(text, bright=False)

Source from the content-addressed store, hash-verified

56
57
58def red(text, bright=False):
59 return f"{Style.BRIGHT if bright else ''}{Fore.RED}{text}{Style.RESET_ALL}"
60
61
62def bright(text, color=Fore.GREEN):

Callers 1

errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected