| 473 | } |
| 474 | |
| 475 | void _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 | |
| 481 | int _go_git_odb_write_pack(git_odb_writepack **out, git_odb *db, void *progress_payload) |
| 482 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…