MCPcopy Index your code
hub / github.com/git-lfs/git-lfs / SSHBatchClient

Struct SSHBatchClient

tq/ssh.go:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type SSHBatchClient struct {
23 maxRetries int
24 transfer *ssh.SSHTransfer
25}
26
27func (a *SSHBatchClient) batchInternal(args []string, batchLines []string) (int, []string, []string, error) {
28 conn, err := a.transfer.Connection(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected