MCPcopy Create free account
hub / github.com/libgit2/git2go / Free

Method Free

config.go:239–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237}
238
239func (c *Config) Free() {
240 runtime.SetFinalizer(c, nil)
241 C.git_config_free(c.ptr)
242}
243
244func (c *Config) SetInt32(name string, value int32) (err error) {
245 cname := C.CString(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected