Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-agent
/ SuccessCmd
Function
SuccessCmd
pkg/tui/components/notification/notification.go:79–81 ·
view source on GitHub ↗
(text string)
Source
from the content-addressed store, hash-verified
77
}
78
79
func
SuccessCmd(text string) tea.Cmd {
80
return
cmd(ShowMsg{Text: text, Type: TypeSuccess})
81
}
82
83
func
WarningCmd(text string) tea.Cmd {
84
return
cmd(ShowMsg{Text: text, Type: TypeWarning})
Callers
15
handleSetSessionTitle
Method · 0.92
handleRegenerateTitle
Method · 0.92
handleDeleteSession
Method · 0.92
handleEvalSession
Method · 0.92
handleExportSession
Method · 0.92
handleCopySessionToClipboard
Method · 0.92
handleUndoSnapshot
Method · 0.92
handleResetSnapshot
Method · 0.92
copyToClipboard
Function · 0.92
handleTogglePause
Method · 0.92
handleSetThinkingLevel
Method · 0.92
handleChangeModel
Method · 0.92
Calls
1
cmd
Function · 0.85
Tested by
no test coverage detected