Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Free
Method
Free
config.go:388–391 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
386
}
387
388
func
(iter *ConfigIterator) Free() {
389
runtime.SetFinalizer(iter, nil)
390
C.free(unsafe.Pointer(iter.ptr))
391
}
392
393
func
ConfigFindGlobal() (string, error) {
394
var
buf C.git_buf
Callers
nothing calls this directly
Calls
1
free
Method · 0.80
Tested by
no test coverage detected