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

Struct BlameHunk

blame.go:142–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142type BlameHunk struct {
143 LinesInHunk uint16
144 FinalCommitId *Oid
145 FinalStartLineNumber uint16
146 FinalSignature *Signature
147 OrigCommitId *Oid
148 OrigPath string
149 OrigStartLineNumber uint16
150 OrigSignature *Signature
151 Boundary bool
152}
153
154func blameHunkFromC(hunk *C.git_blame_hunk) BlameHunk {
155 return BlameHunk{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected