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

Struct sshAuthClient

lfshttp/ssh.go:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71type sshAuthClient struct {
72 os config.Environment
73 git config.Environment
74}
75
76func (c *sshAuthClient) Resolve(e Endpoint, method string) (sshAuthResponse, error) {
77 res := sshAuthResponse{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected