MCPcopy
hub / github.com/jesseduffield/lazygit / Pause

Method Pause

pkg/gocui/task.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7type Task interface {
8 Done()
9 Pause()
10 Continue()
11 // not exporting because we don't need to
12 isBusy() bool

Callers 3

processOutputMethod · 0.65
PauseMethod · 0.65
PauseMethod · 0.65

Implementers 2

TaskImplpkg/gocui/task.go
FakeTaskpkg/gocui/task.go

Calls

no outgoing calls

Tested by

no test coverage detected