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

Method FormatStatus

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

Source from the content-addressed store, hash-verified

78}
79
80func (self *FakeTask) FormatStatus() string {
81 return formatTaskStatus(self.status)
82}
83
84func formatTaskStatus(status TaskStatus) string {
85 switch status {

Callers 2

TestNewCmdTaskFunction · 0.95

Calls 1

formatTaskStatusFunction · 0.85

Tested by 2

TestNewCmdTaskFunction · 0.76