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

Function remoteConnectOptionsFromC

remote.go:154–158  ·  view source on GitHub ↗
(copts *C.git_remote_connect_options)

Source from the content-addressed store, hash-verified

152}
153
154func remoteConnectOptionsFromC(copts *C.git_remote_connect_options) *RemoteConnectOptions {
155 return &RemoteConnectOptions{
156 ProxyOptions: proxyOptionsFromC(&copts.proxy_opts),
157 }
158}
159
160type ProxyType uint
161

Callers 1

Calls 1

proxyOptionsFromCFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…