Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
func
(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.
167
func
(fl Line) Old() bool {
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected