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

Method Sorting

walk.go:212–215  ·  view source on GitHub ↗
(sm SortType)

Source from the content-addressed store, hash-verified

210}
211
212func (v *RevWalk) Sorting(sm SortType) {
213 C.git_revwalk_sorting(v.ptr, C.uint(sm))
214 runtime.KeepAlive(v)
215}
216
217func (v *RevWalk) Free() {
218 runtime.SetFinalizer(v, nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected