Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Free
Method
Free
repository.go:655–658 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
653
}
654
655
func
(v *Odb) Free() {
656
runtime.SetFinalizer(v, nil)
657
C.git_odb_free(v.ptr)
658
}
659
660
func
(v *Refdb) Free() {
661
runtime.SetFinalizer(v, nil)
Callers
1
TestIndexerOutOfOrder
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestIndexerOutOfOrder
Function · 0.76