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

Method SetPauseState

pkg/tui/service/sessionstate.go:160–162  ·  view source on GitHub ↗
(state PauseState)

Source from the content-addressed store, hash-verified

158}
159
160func (s *SessionState) SetPauseState(state PauseState) {
161 s.pauseState = state
162}
163
164func (s *SessionState) GetCurrentAgent() runtime.AgentDetails {
165 for _, agent := range s.availableAgents {

Callers 2

handleTogglePauseMethod · 0.80
applyPauseEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected