MCPcopy Create free account
hub / github.com/git/git / repo_config_values

Class repo_config_values

object-file.c:665–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers 2

stream_blob_to_packFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected