MCPcopy 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
388func (iter *ConfigIterator) Free() {
389 runtime.SetFinalizer(iter, nil)
390 C.free(unsafe.Pointer(iter.ptr))
391}
392
393func ConfigFindGlobal() (string, error) {
394 var buf C.git_buf

Callers

nothing calls this directly

Calls 1

freeMethod · 0.80

Tested by

no test coverage detected