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

TypeAlias StashApplyFlag

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

StashApplyFlag are flags that affect the stash apply operation.

Source from the content-addressed store, hash-verified

73
74// StashApplyFlag are flags that affect the stash apply operation.
75type StashApplyFlag int
76
77const (
78 // StashApplyDefault is the default.

Callers 1

DefaultStashApplyOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected