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

Struct sshSmartSubtransport

ssh.go:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type sshSmartSubtransport struct {
59 transport *Transport
60
61 lastAction SmartServiceAction
62 client *ssh.Client
63 session *ssh.Session
64 stdin io.WriteCloser
65 stdout io.Reader
66 currentStream *sshSmartSubtransportStream
67}
68
69func (t *sshSmartSubtransport) Action(urlString string, action SmartServiceAction) (SmartSubtransportStream, error) {
70 runtime.LockOSThread()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected