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

Method connection

locking/ssh.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (c *sshLockClient) connection() (*ssh.PktlineConnection, error) {
21 return c.transfer.Connection(0)
22}
23
24func (c *sshLockClient) parseLockResponse(status int, args []string, lines []string) (*Lock, string, error) {
25 var lock *Lock

Callers 4

LockMethod · 0.95
UnlockMethod · 0.95
SearchMethod · 0.95
SearchVerifiableMethod · 0.95

Calls 1

ConnectionMethod · 0.80

Tested by

no test coverage detected