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

FuncType CheckoutNotifyCallback

checkout.go:51–51  ·  view source on GitHub ↗
func(why CheckoutNotifyType, path string, baseline, target, workdir DiffFile) error

Source from the content-addressed store, hash-verified

49)
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 {

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…