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

FuncType CertificateCheckCallback

remote.go:77–77  ·  view source on GitHub ↗
func(cert *Certificate, valid bool, hostname string) error

Source from the content-addressed store, hash-verified

75type TransferProgressCallback func(stats TransferProgress) error
76type UpdateTipsCallback func(refname string, a *Oid, b *Oid) error
77type CertificateCheckCallback func(cert *Certificate, valid bool, hostname string) error
78type PackbuilderProgressCallback func(stage int32, current, total uint32) error
79type PushTransferProgressCallback func(current, total uint32, bytes uint) error
80type PushUpdateReferenceCallback func(refname, status string) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…