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

Function _bold

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

Source from the content-addressed store, hash-verified

80
81
82def _bold(t: str) -> str:
83 return f"\033[1m{t}\033[0m" if _USE_COLOR else t
84
85
86def _cyan(t: str) -> str:

Callers 11

_prompt_choice_numberedFunction · 0.85
_ruleFunction · 0.85
_print_bannerFunction · 0.85
_prompt_cloud_vlmFunction · 0.85
_prompt_cloud_embeddingFunction · 0.85
_wizard_ollamaFunction · 0.85
_wizard_serverFunction · 0.85
_update_existing_configFunction · 0.85
_print_current_configFunction · 0.85
run_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected