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

Function hashwrite_be64

csum-file.h:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107static inline size_t hashwrite_be64(struct hashfile *f, uint64_t data)
108{
109 data = htonll(data);
110 hashwrite(f, &data, sizeof(data));
111 return sizeof(data);
112}
113
114#endif

Callers 5

write_chunkfileFunction · 0.85
write_midx_large_offsetsFunction · 0.85
write_idx_fileFunction · 0.85
write_pseudo_mergesFunction · 0.85
write_lookup_tableFunction · 0.85

Calls 1

hashwriteFunction · 0.85

Tested by

no test coverage detected