Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jesseduffield/lazygit
/ FakeTask
Struct
FakeTask
pkg/gocui/task.go:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
)
49
50
type
FakeTask
struct
{
51
status TaskStatus
52
}
53
54
func
NewFakeTask() *FakeTask {
55
return
&FakeTask{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected