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

Function untrackCallbacksPayload

remote.go:322–327  ·  view source on GitHub ↗
(callbacks *C.git_remote_callbacks)

Source from the content-addressed store, hash-verified

320}
321
322func untrackCallbacksPayload(callbacks *C.git_remote_callbacks) {
323 if callbacks == nil || callbacks.payload == nil {
324 return
325 }
326 pointerHandles.Untrack(callbacks.payload)
327}
328
329func populateRemoteCallbacks(ptr *C.git_remote_callbacks, callbacks *RemoteCallbacks, errorTarget *error) *C.git_remote_callbacks {
330 C.git_remote_init_callbacks(ptr, C.GIT_REMOTE_CALLBACKS_VERSION)

Callers 8

NewWritePackMethod · 0.85
FreeMethod · 0.85
freeFetchOptionsFunction · 0.85
freePushOptionsFunction · 0.85
ConnectMethod · 0.85
PruneMethod · 0.85
NewIndexerFunction · 0.85
FreeMethod · 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…