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

Method Free

walk.go:217–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215}
216
217func (v *RevWalk) Free() {
218 runtime.SetFinalizer(v, nil)
219 C.git_revwalk_free(v.ptr)
220}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected