MCPcopy
hub / github.com/git-lfs/git-lfs / sshLockClient

Struct sshLockClient

locking/ssh.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type sshLockClient struct {
16 transfer *ssh.SSHTransfer
17 *lfsapi.Client
18}
19
20func (c *sshLockClient) connection() (*ssh.PktlineConnection, error) {
21 return c.transfer.Connection(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected