| 498 | } |
| 499 | |
| 500 | void _go_git_odb_writepack_free(git_odb_writepack *writepack) |
| 501 | { |
| 502 | writepack->free(writepack); |
| 503 | } |
| 504 | |
| 505 | int _go_git_indexer_new( |
| 506 | git_indexer **out, |
nothing calls this directly
no test coverage detected
searching dependent graphs…