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

Function withSSHCache

lfshttp/ssh.go:20–25  ·  view source on GitHub ↗
(ssh SSHResolver)

Source from the content-addressed store, hash-verified

18}
19
20func withSSHCache(ssh SSHResolver) SSHResolver {
21 return &sshCache{
22 endpoints: make(map[string]*sshAuthResponse),
23 ssh: ssh,
24 }
25}
26
27type sshCache struct {
28 endpoints map[string]*sshAuthResponse

Calls

no outgoing calls