MCPcopy
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
50type FakeTask struct {
51 status TaskStatus
52}
53
54func NewFakeTask() *FakeTask {
55 return &FakeTask{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected