MCPcopy Index your code
hub / github.com/docker/docker-agent / forwardDialog

Method forwardDialog

pkg/tui/dispatch.go:72–75  ·  view source on GitHub ↗

forwardDialog is a convenience for handlers whose entire response is to forward the message to the dialog manager.

(msg tea.Msg)

Source from the content-addressed store, hash-verified

70// forwardDialog is a convenience for handlers whose entire response is to
71// forward the message to the dialog manager.
72func (m *appModel) forwardDialog(msg tea.Msg) (tea.Model, tea.Cmd) {
73 cmd := m.updateDialogCmd(msg)
74 return m, cmd
75}
76
77// forwardCompletions is a convenience for handlers whose entire response is
78// to forward the message to the completion manager.

Callers 6

updateMethod · 0.95
handleKeyPressMethod · 0.95
handleMouseClickMethod · 0.95
handleMouseMotionMethod · 0.95
handleMouseReleaseMethod · 0.95
handleWheelCoalescedMethod · 0.95

Calls 1

updateDialogCmdMethod · 0.95

Tested by

no test coverage detected