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

Struct Credential

credentials.go:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82type Credential struct {
83 doNotCompare
84 ptr *C.git_credential
85}
86
87func newCredential() *Credential {
88 cred := &Credential{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected