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

Function freeProxyOptions

remote.go:587–593  ·  view source on GitHub ↗
(copts *C.git_proxy_options)

Source from the content-addressed store, hash-verified

585}
586
587func freeProxyOptions(copts *C.git_proxy_options) {
588 if copts == nil {
589 return
590 }
591
592 C.free(unsafe.Pointer(copts.url))
593}
594
595// RemoteNameIsValid returns whether the remote name is well-formed.
596func RemoteNameIsValid(name string) (bool, error) {

Callers 3

freeFetchOptionsFunction · 0.85
freePushOptionsFunction · 0.85
ConnectMethod · 0.85

Calls 1

freeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…