Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
82
def
_bold(t: str) -> str:
83
return
f
"\033[1m{t}\033[0m"
if
_USE_COLOR
else
t
84
85
86
def
_cyan(t: str) -> str:
Callers
11
_prompt_choice_numbered
Function · 0.85
_prompt_choice_interactive
Function · 0.85
_rule
Function · 0.85
_print_banner
Function · 0.85
_prompt_cloud_vlm
Function · 0.85
_prompt_cloud_embedding
Function · 0.85
_wizard_ollama
Function · 0.85
_wizard_server
Function · 0.85
_update_existing_config
Function · 0.85
_print_current_config
Function · 0.85
run_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected