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

Method Free

index.go:447–450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

445}
446
447func (v *Index) Free() {
448 runtime.SetFinalizer(v, nil)
449 C.git_index_free(v.ptr)
450}
451
452func (v *Index) EntryCount() uint {
453 ret := uint(C.git_index_entrycount(v.ptr))

Callers 1

commitSomethingFunction · 0.95

Calls

no outgoing calls

Tested by 1

commitSomethingFunction · 0.76