Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
type
Credential
struct
{
83
doNotCompare
84
ptr *C.git_credential
85
}
86
87
func
newCredential() *Credential {
88
cred := &Credential{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected