MCPcopy Index your code
hub / github.com/git/git / write_mtimes_trailer

Function write_mtimes_trailer

pack-write.c:327–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327static void write_mtimes_trailer(const struct git_hash_algo *hash_algo,
328 struct hashfile *f, const unsigned char *hash)
329{
330 hashwrite(f, hash, hash_algo->rawsz);
331}
332
333static char *write_mtimes_file(struct repository *repo,
334 struct packing_data *to_pack,

Callers 1

write_mtimes_fileFunction · 0.85

Calls 1

hashwriteFunction · 0.85

Tested by

no test coverage detected