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

FuncType CompletionCallback

remote.go:73–73  ·  view source on GitHub ↗
func(RemoteCompletion) error

Source from the content-addressed store, hash-verified

71
72type TransportMessageCallback func(str string) error
73type CompletionCallback func(RemoteCompletion) error
74type CredentialsCallback func(url string, username_from_url string, allowed_types CredentialType) (*Credential, error)
75type TransferProgressCallback func(stats TransferProgress) error
76type UpdateTipsCallback func(refname string, a *Oid, b *Oid) 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…