| 493 | } |
| 494 | |
| 495 | int _go_git_odb_writepack_commit(git_odb_writepack *writepack, git_transfer_progress *stats) |
| 496 | { |
| 497 | return writepack->commit(writepack, stats); |
| 498 | } |
| 499 | |
| 500 | void _go_git_odb_writepack_free(git_odb_writepack *writepack) |
| 501 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…