| 13 | ) |
| 14 | |
| 15 | type sshLockClient struct { |
| 16 | transfer *ssh.SSHTransfer |
| 17 | *lfsapi.Client |
| 18 | } |
| 19 | |
| 20 | func (c *sshLockClient) connection() (*ssh.PktlineConnection, error) { |
| 21 | return c.transfer.Connection(0) |
nothing calls this directly
no outgoing calls
no test coverage detected