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

Struct AnnotatedCommit

merge.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type AnnotatedCommit struct {
20 doNotCompare
21 ptr *C.git_annotated_commit
22 r *Repository
23}
24
25func newAnnotatedCommitFromC(ptr *C.git_annotated_commit, r *Repository) *AnnotatedCommit {
26 mh := &AnnotatedCommit{ptr: ptr, r: r}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected