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

TypeAlias StashApplyProgress

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

StashApplyProgress are flags describing the progress of the apply operation.

Source from the content-addressed store, hash-verified

85
86// StashApplyProgress are flags describing the progress of the apply operation.
87type StashApplyProgress int
88
89const (
90 // StashApplyProgressNone means loading the stashed data from the object store.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected