Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Type
Method
Type
credentials.go:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
func
(o *Credential) Type() CredentialType {
101
return
(CredentialType)(C._go_git_credential_credtype(o.ptr))
102
}
103
104
func
(o *Credential) Free() {
105
C.git_credential_free(o.ptr)
Callers
2
GetUserpassPlaintext
Method · 0.95
GetSSHKey
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected