MCPcopy 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
160def _c(code: str, text: str) -> str:
161 return f"\033[{code}m{text}\033[0m" if USE_COLOR else text
162
163
164def fatal(stage: str, message: str) -> None:

Callers 4

fatalFunction · 0.85
stepFunction · 0.85
_shutdownFunction · 0.85
enter_foreground_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected