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

Function sshSmartSubtransportFactory

ssh.go:52–56  ·  view source on GitHub ↗
(remote *Remote, transport *Transport)

Source from the content-addressed store, hash-verified

50}
51
52func sshSmartSubtransportFactory(remote *Remote, transport *Transport) (SmartSubtransport, error) {
53 return &sshSmartSubtransport{
54 transport: transport,
55 }, nil
56}
57
58type sshSmartSubtransport struct {
59 transport *Transport

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…