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

Method SimplifyFirstParent

walk.go:207–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207func (v *RevWalk) SimplifyFirstParent() {
208 C.git_revwalk_simplify_first_parent(v.ptr)
209 runtime.KeepAlive(v)
210}
211
212func (v *RevWalk) Sorting(sm SortType) {
213 C.git_revwalk_sorting(v.ptr, C.uint(sm))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected