MCPcopy Create free account
hub / github.com/vercel/vercel / _sgr

Function _sgr

packages/python-analysis/scripts/profile-wasm.py:43–44  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

41
42
43def _sgr(code):
44 return f"\033[{code}m" if _COLOR else ""
45
46
47RESET = _sgr(0)

Callers 1

profile-wasm.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected