| 663 | const struct git_hash_algo *compat = loose->base.odb->repo->compat_hash_algo; |
| 664 | int fd; |
| 665 | struct repo_config_values *cfg = repo_config_values(the_repository); |
| 666 | |
| 667 | fd = create_tmpfile(loose->base.odb->repo, tmp_file, filename); |
| 668 | if (fd < 0) { |
no outgoing calls
no test coverage detected