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

Function write_rev_trailer

pack-write.c:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213static void write_rev_trailer(const struct git_hash_algo *hash_algo,
214 struct hashfile *f, const unsigned char *hash)
215{
216 hashwrite(f, hash, hash_algo->rawsz);
217}
218
219char *write_rev_file(struct repository *repo,
220 const char *rev_name,

Callers 1

write_rev_file_orderFunction · 0.85

Calls 1

hashwriteFunction · 0.85

Tested by

no test coverage detected