Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-agent
/ ErrorCmd
Function
ErrorCmd
pkg/tui/components/notification/notification.go:91–93 ·
view source on GitHub ↗
(text string)
Source
from the content-addressed store, hash-verified
89
}
90
91
func
ErrorCmd(text string) tea.Cmd {
92
return
cmd(ShowMsg{Text: text, Type: TypeError})
93
}
94
95
// notificationItem represents a single notification
96
type
notificationItem
struct
{
Callers
15
handleBranchFromEdit
Method · 0.92
handleForkSession
Method · 0.92
handleToggleSessionStar
Method · 0.92
handleSetSessionTitle
Method · 0.92
handleRegenerateTitle
Method · 0.92
handleDeleteSession
Method · 0.92
handleExportSession
Method · 0.92
handleUndoSnapshot
Method · 0.92
handleResetSnapshot
Method · 0.92
handleSwitchAgent
Method · 0.92
handleShowToolsDialog
Method · 0.92
handleRestartToolset
Method · 0.92
Calls
1
cmd
Function · 0.85
Tested by
no test coverage detected