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

Function NewCredUsername

deprecated.go:46–48  ·  view source on GitHub ↗

Deprecated: NewCredUsername is a deprecated alias of NewCredentialUsername.

(username string)

Source from the content-addressed store, hash-verified

44
45// Deprecated: NewCredUsername is a deprecated alias of NewCredentialUsername.
46func NewCredUsername(username string) (*Cred, error) {
47 return NewCredentialUsername(username)
48}
49
50// Deprecated: NewCredUserpassPlaintext is a deprecated alias of NewCredentialUserpassPlaintext.
51func NewCredUserpassPlaintext(username string, password string) (*Cred, error) {

Callers

nothing calls this directly

Calls 1

NewCredentialUsernameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…