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

Function _go_git_populate_remote_callbacks

wrapper.c:354–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void _go_git_populate_remote_callbacks(git_remote_callbacks *callbacks)
355{
356 callbacks->sideband_progress = sideband_progress_callback;
357 callbacks->completion = completion_callback;
358 callbacks->credentials = credentials_callback;
359 callbacks->transfer_progress = transfer_progress_callback;
360 callbacks->update_tips = update_tips_callback;
361 callbacks->certificate_check = certificate_check_callback;
362 callbacks->pack_progress = pack_progress_callback;
363 callbacks->push_transfer_progress = push_transfer_progress_callback;
364 callbacks->push_update_reference = push_update_reference_callback;
365}
366
367int _go_git_index_add_all(git_index *index, const git_strarray *pathspec, unsigned int flags, void *callback)
368{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…