MCPcopy
hub / github.com/docker/docker-agent / IsWorking

Method IsWorking

pkg/tui/page/chat/chat.go:102–102  ·  view source on GitHub ↗

IsWorking returns whether the agent is currently working

()

Source from the content-addressed store, hash-verified

100 ScrollToBottom() tea.Cmd
101 // IsWorking returns whether the agent is currently working
102 IsWorking() bool
103 // IsInlineEditing returns true if a past user message is being edited inline
104 IsInlineEditing() bool
105 // QueueLength returns the number of queued messages

Callers 9

handleUndoSnapshotMethod · 0.65
handleResetSnapshotMethod · 0.65
handleTogglePauseMethod · 0.65
updateMethod · 0.65
handleSwitchTabMethod · 0.65
resizeAllMethod · 0.65
renderResizeHandleMethod · 0.65
ViewMethod · 0.65
windowTitleMethod · 0.65

Implementers 2

mockChatPagepkg/tui/tui_exit_test.go
chatPagepkg/tui/page/chat/chat.go

Calls

no outgoing calls

Tested by

no test coverage detected