Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Coooolfan/onlyboxes
/ _c
Function
_c
scripts/install.py:160–161 ·
view source on GitHub ↗
(code: str, text: str)
Source
from the content-addressed store, hash-verified
158
159
160
def
_c(code: str, text: str) -> str:
161
return
f
"\033[{code}m{text}\033[0m"
if
USE_COLOR
else
text
162
163
164
def
fatal(stage: str, message: str) -> None:
Callers
4
fatal
Function · 0.85
step
Function · 0.85
_shutdown
Function · 0.85
enter_foreground_loop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected