MCPcopy Create free account
hub / github.com/diillson/chatcli / uiPrefix

Function uiPrefix

cli/ui_boxes.go:34–36  ·  view source on GitHub ↗

uiPrefix renders a box sidebar: │

(color string)

Source from the content-addressed store, hash-verified

32
33// uiPrefix renders a box sidebar: │
34func uiPrefix(color string) string {
35 return fmt.Sprintf("%s│%s ", color, ColorReset)
36}

Callers 15

showConfigQualityMethod · 0.85
handleMCPCommandMethod · 0.85
mcpShowStatusMethod · 0.85
mcpShowToolsMethod · 0.85
mcpRestartMethod · 0.85
mcpRestartOneMethod · 0.85
mcpLogsMethod · 0.85
runAutoTriggerActionMethod · 0.85
showConfigOutputMethod · 0.85
showConfigCompressionMethod · 0.85
showCompressionStatsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected