Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
static 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_chunkfile
Function · 0.85
write_midx_large_offsets
Function · 0.85
write_idx_file
Function · 0.85
write_pseudo_merges
Function · 0.85
write_lookup_table
Function · 0.85
Calls
1
hashwrite
Function · 0.85
Tested by
no test coverage detected