Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
def
red(text, bright=False):
59
return
f
"{Style.BRIGHT if bright else ''}{Fore.RED}{text}{Style.RESET_ALL}"
60
61
62
def
bright(text, color=Fore.GREEN):
Callers
1
error
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected