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

Method Resolve

lfshttp/ssh.go:17–17  ·  view source on GitHub ↗
(Endpoint, string)

Source from the content-addressed store, hash-verified

15
16type SSHResolver interface {
17 Resolve(Endpoint, string) (sshAuthResponse, error)
18}
19
20func withSSHCache(ssh SSHResolver) SSHResolver {

Implementers 3

sshCachelfshttp/ssh.go
sshAuthClientlfshttp/ssh.go
fakeResolverlfshttp/ssh_test.go

Calls

no outgoing calls