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

Function freeStashApplyOptions

stash.go:183–191  ·  view source on GitHub ↗
(copts *C.git_stash_apply_options)

Source from the content-addressed store, hash-verified

181}
182
183func freeStashApplyOptions(copts *C.git_stash_apply_options) {
184 if copts == nil {
185 return
186 }
187 if copts.progress_payload != nil {
188 pointerHandles.Untrack(copts.progress_payload)
189 }
190 freeCheckoutOptions(&copts.checkout_options)
191}
192
193// Apply applies a single stashed state from the stash list.
194//

Callers 2

ApplyMethod · 0.85
PopMethod · 0.85

Calls 2

freeCheckoutOptionsFunction · 0.85
UntrackMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…