MCPcopy Create free account
hub / github.com/libgit2/git2go / NewCredSshKeyFromAgent

Function NewCredSshKeyFromAgent

deprecated.go:66–68  ·  view source on GitHub ↗

Deprecated: NewCredSshKeyFromAgent is a deprecated alias of NewCredentialSSHFromAgent.

(username string)

Source from the content-addressed store, hash-verified

64
65// Deprecated: NewCredSshKeyFromAgent is a deprecated alias of NewCredentialSSHFromAgent.
66func NewCredSshKeyFromAgent(username string) (*Cred, error) {
67 return NewCredentialSSHKeyFromAgent(username)
68}
69
70// Deprecated: NewCredDefault is a deprecated alias fof NewCredentialDefault.
71func NewCredDefault() (*Cred, error) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…