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

FuncType StashApplyProgressCallback

stash.go:116–116  ·  view source on GitHub ↗

StashApplyProgressCallback is the apply operation notification callback.

func(progress StashApplyProgress) error

Source from the content-addressed store, hash-verified

114
115// StashApplyProgressCallback is the apply operation notification callback.
116type StashApplyProgressCallback func(progress StashApplyProgress) error
117type stashApplyProgressCallbackData struct {
118 callback StashApplyProgressCallback
119 errorTarget *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…