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

Function freeApplyOptions

diff.go:996–1003  ·  view source on GitHub ↗
(copts *C.git_apply_options)

Source from the content-addressed store, hash-verified

994}
995
996func freeApplyOptions(copts *C.git_apply_options) {
997 if copts == nil {
998 return
999 }
1000 if copts.payload != nil {
1001 pointerHandles.Untrack(copts.payload)
1002 }
1003}
1004
1005func applyOptionsFromC(copts *C.git_apply_options) *ApplyOptions {
1006 return &ApplyOptions{

Callers 2

ApplyDiffMethod · 0.85
ApplyToTreeMethod · 0.85

Calls 1

UntrackMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…