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

Method Done

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

Source from the content-addressed store, hash-verified

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

Callers 15

OnWorkerMethod · 0.95
processEventMethod · 0.95
determineMainBranchesMethod · 0.65
GetCommitsMethod · 0.65
GetRemotesMethod · 0.65
GetWorktreesMethod · 0.65
PipeCommandsMethod · 0.65
showIntroPopupMessageMethod · 0.65
RefreshMethod · 0.65
CreateRecentReposMenuMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestAsyncHandlerFunction · 0.52