MCPcopy
hub / github.com/volcengine/OpenViking / _green

Function _green

openviking_cli/setup_wizard.py:66–67  ·  view source on GitHub ↗
(t: str)

Source from the content-addressed store, hash-verified

64
65
66def _green(t: str) -> str:
67 return f"\033[32m{t}\033[0m" if _USE_COLOR else t
68
69
70def _red(t: str) -> str:

Callers 10

_ensure_ollamaFunction · 0.70
_ensure_model_pulledFunction · 0.70
_ensure_codex_authFunction · 0.70
_select_embedding_presetFunction · 0.70
_select_vlm_presetFunction · 0.70
_wizard_two_stepFunction · 0.70
_wizard_serverFunction · 0.70
_update_existing_configFunction · 0.70
run_initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected