Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-agent
/ WarningCmd
Function
WarningCmd
pkg/tui/components/notification/notification.go:83–85 ·
view source on GitHub ↗
(text string)
Source
from the content-addressed store, hash-verified
81
}
82
83
func
WarningCmd(text string) tea.Cmd {
84
return
cmd(ShowMsg{Text: text, Type: TypeWarning})
85
}
86
87
func
InfoCmd(text string) tea.Cmd {
88
return
cmd(ShowMsg{Text: text, Type: TypeInfo})
Callers
8
handleSetSessionTitle
Method · 0.92
handleRegenerateTitle
Method · 0.92
handleUndoSnapshot
Method · 0.92
handleResetSnapshot
Method · 0.92
update
Method · 0.92
handleSendMsg
Method · 0.92
handleRetry
Method · 0.92
handleRuntimeEvent
Method · 0.92
Calls
1
cmd
Function · 0.85
Tested by
no test coverage detected