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

Function uiBoxEnd

cli/ui_boxes.go:29–31  ·  view source on GitHub ↗

uiBoxEnd renders a box footer: ╰─────────

(color string)

Source from the content-addressed store, hash-verified

27
28// uiBoxEnd renders a box footer: ╰─────────
29func uiBoxEnd(color string) string {
30 return fmt.Sprintf("%s╰%s%s", color, strings.Repeat("─", uiTermWidth()-2), ColorReset)
31}
32
33// uiPrefix renders a box sidebar: │
34func uiPrefix(color string) string {

Callers 15

handleMCPCommandMethod · 0.85
mcpShowStatusMethod · 0.85
mcpShowToolsMethod · 0.85
mcpRestartMethod · 0.85
mcpRestartOneMethod · 0.85
mcpLogsMethod · 0.85
runAutoTriggerActionMethod · 0.85
handleChannelCommandMethod · 0.85
runChannelListMethod · 0.85
runChannelRulesMethod · 0.85
handleHooksCommandMethod · 0.85

Calls 1

uiTermWidthFunction · 0.85

Tested by

no test coverage detected