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

Function NewCredDefault

deprecated.go:71–73  ·  view source on GitHub ↗

Deprecated: NewCredDefault is a deprecated alias fof NewCredentialDefault.

()

Source from the content-addressed store, hash-verified

69
70// Deprecated: NewCredDefault is a deprecated alias fof NewCredentialDefault.
71func NewCredDefault() (*Cred, error) {
72 return NewCredentialDefault()
73}
74
75// diff.go
76

Callers

nothing calls this directly

Calls 1

NewCredentialDefaultFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…