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

Function write_mtimes_header

pack-write.c:302–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302static void write_mtimes_header(const struct git_hash_algo *hash_algo,
303 struct hashfile *f)
304{
305 hashwrite_be32(f, MTIMES_SIGNATURE);
306 hashwrite_be32(f, MTIMES_VERSION);
307 hashwrite_be32(f, oid_version(hash_algo));
308}
309
310/*
311 * Writes the object mtimes of "objects" for use in a .mtimes file.

Callers 1

write_mtimes_fileFunction · 0.85

Calls 2

hashwrite_be32Function · 0.85
oid_versionFunction · 0.85

Tested by

no test coverage detected