MCPcopy Index your code
hub / github.com/antonmedv/gitmal / String

Method String

pkg/gitdiff/gitdiff.go:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160}
161
162func (fl Line) String() string {
163 return fl.Op.String() + fl.Line
164}
165
166// Old returns true if the line appears in the old content of the fragment.
167func (fl Line) Old() bool {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected