Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
447
func
(v *Index) Free() {
448
runtime.SetFinalizer(v, nil)
449
C.git_index_free(v.ptr)
450
}
451
452
func
(v *Index) EntryCount() uint {
453
ret := uint(C.git_index_entrycount(v.ptr))
Callers
1
commitSomething
Function · 0.95
Calls
no outgoing calls
Tested by
1
commitSomething
Function · 0.76