MCPcopy 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
100func (o *Credential) Type() CredentialType {
101 return (CredentialType)(C._go_git_credential_credtype(o.ptr))
102}
103
104func (o *Credential) Free() {
105 C.git_credential_free(o.ptr)

Callers 2

GetUserpassPlaintextMethod · 0.95
GetSSHKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected