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

Struct DiffDelta

diff.go:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80type DiffDelta struct {
81 Status Delta
82 Flags DiffFlag
83 Similarity uint16
84 OldFile DiffFile
85 NewFile DiffFile
86}
87
88func diffDeltaFromC(delta *C.git_diff_delta) DiffDelta {
89 return DiffDelta{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected