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

Function hashwrite_u8

csum-file.h:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96static inline void hashwrite_u8(struct hashfile *f, uint8_t data)
97{
98 hashwrite(f, &data, sizeof(data));
99}
100
101static inline void hashwrite_be32(struct hashfile *f, uint32_t data)
102{

Callers 3

write_commit_graph_fileFunction · 0.85
write_midx_headerFunction · 0.85

Calls 1

hashwriteFunction · 0.85

Tested by

no test coverage detected