Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Index
Method
Index
index.go:630–632 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
628
}
629
630
func
(v *IndexConflictIterator) Index() *Index {
631
return
v.index
632
}
633
634
func
(v *IndexConflictIterator) Free() {
635
runtime.SetFinalizer(v, nil)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected