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

Function freePushOptions

remote.go:1022–1029  ·  view source on GitHub ↗
(copts *C.git_push_options)

Source from the content-addressed store, hash-verified

1020}
1021
1022func freePushOptions(copts *C.git_push_options) {
1023 if copts == nil {
1024 return
1025 }
1026 untrackCallbacksPayload(&copts.callbacks)
1027 freeStrarray(&copts.custom_headers)
1028 freeProxyOptions(&copts.proxy_opts)
1029}
1030
1031// Fetch performs a fetch operation. refspecs specifies which refspecs
1032// to use for this fetch, use an empty list to use the refspecs from

Callers 1

PushMethod · 0.85

Calls 3

untrackCallbacksPayloadFunction · 0.85
freeStrarrayFunction · 0.85
freeProxyOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…