Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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: │
34
func
uiPrefix(color string) string {
35
return
fmt.Sprintf(
"%s│%s "
, color, ColorReset)
36
}
Callers
15
showConfigQuality
Method · 0.85
handleMCPCommand
Method · 0.85
mcpShowStatus
Method · 0.85
mcpShowTools
Method · 0.85
mcpRestart
Method · 0.85
mcpRestartOne
Method · 0.85
mcpLogs
Method · 0.85
renderChannelTriggerBanner
Method · 0.85
runAutoTriggerAction
Method · 0.85
showConfigOutput
Method · 0.85
showConfigCompression
Method · 0.85
showCompressionStats
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected