| 446 | } |
| 447 | |
| 448 | void _go_git_writestream_free(git_writestream *stream) |
| 449 | { |
| 450 | stream->free(stream); |
| 451 | } |
| 452 | |
| 453 | git_credential_t _go_git_credential_credtype(git_credential *cred) |
| 454 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…