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

Method IsAddition

pkg/commands/patch/patch_line.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (self *PatchLine) IsAddition() bool {
26 return self.Kind == ADDITION
27}
28
29func (self *PatchLine) IsDeletion() bool {
30 return self.Kind == DELETION

Callers 1

NewStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected