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

Method contextShutdownCmd

pkg/tui/tui.go:595–603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

593}
594
595func (m *appModel) contextShutdownCmd() tea.Cmd {
596 return func() tea.Msg {
597 go func() {
598 <-m.shutdownDone
599 m.cleanupManagedResources()
600 }()
601 return nil
602 }
603}
604
605// Init initializes the model.
606func (m *appModel) Init() tea.Cmd {

Callers 1

initMethod · 0.95

Calls 1

Tested by

no test coverage detected