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

Function _go_git_populate_credential_ssh_custom

wrapper.c:475–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475void _go_git_populate_credential_ssh_custom(git_credential_ssh_custom *cred)
476{
477 cred->parent.free = (void (*)(git_credential *))credentialSSHCustomFree;
478 cred->sign_callback = credential_ssh_sign_callback;
479}
480
481int _go_git_odb_write_pack(git_odb_writepack **out, git_odb *db, void *progress_payload)
482{

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…