MCPcopy Create free account
hub / github.com/libgit2/git2go / DiffLine

Struct DiffLine

diff.go:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116type DiffLine struct {
117 Origin DiffLineType
118 OldLineno int
119 NewLineno int
120 NumLines int
121 Content string
122}
123
124func diffLineFromC(line *C.git_diff_line) DiffLine {
125 return DiffLine{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected