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

Struct sshCache

lfshttp/ssh.go:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type sshCache struct {
28 endpoints map[string]*sshAuthResponse
29 ssh SSHResolver
30}
31
32func (c *sshCache) Resolve(e Endpoint, method string) (sshAuthResponse, error) {
33 if len(e.SSHMetadata.UserAndHost) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected