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

Function New

pkg/gui/modes/marked_base_commit/marked_base_commit.go:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7func New() MarkedBaseCommit {
8 return MarkedBaseCommit{}
9}
10
11func (m *MarkedBaseCommit) Active() bool {
12 return m.hash != ""

Callers 1

resetStateMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected