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

FuncType CheckoutProgressCallback

checkout.go:52–52  ·  view source on GitHub ↗
func(path string, completed, total uint)

Source from the content-addressed store, hash-verified

50
51type CheckoutNotifyCallback func(why CheckoutNotifyType, path string, baseline, target, workdir DiffFile) error
52type CheckoutProgressCallback func(path string, completed, total uint)
53
54type CheckoutOptions struct {
55 Strategy CheckoutStrategy // Default will be a dry run

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…