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

Method ConnectPush

remote.go:1072–1074  ·  view source on GitHub ↗
(callbacks *RemoteCallbacks, proxyOpts *ProxyOptions, headers []string)

Source from the content-addressed store, hash-verified

1070}
1071
1072func (o *Remote) ConnectPush(callbacks *RemoteCallbacks, proxyOpts *ProxyOptions, headers []string) error {
1073 return o.Connect(ConnectDirectionPush, callbacks, proxyOpts, headers)
1074}
1075
1076// Connect opens a connection to a remote.
1077//

Callers

nothing calls this directly

Calls 1

ConnectMethod · 0.95

Tested by

no test coverage detected