Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
static inline void hashwrite_u8(struct hashfile *f, uint8_t data)
97
{
98
hashwrite(f, &data, sizeof(data));
99
}
100
101
static inline void hashwrite_be32(struct hashfile *f, uint32_t data)
102
{
Callers
3
write_commit_graph_file
Function · 0.85
write_midx_header
Function · 0.85
write_selected_commits_v1
Function · 0.85
Calls
1
hashwrite
Function · 0.85
Tested by
no test coverage detected