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

Method Free

repository.go:660–663  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

658}
659
660func (v *Refdb) Free() {
661 runtime.SetFinalizer(v, nil)
662 C.git_refdb_free(v.ptr)
663}
664
665func (v *Repository) Odb() (odb *Odb, err error) {
666 odb = new(Odb)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected