MCPcopy Create free account
hub / github.com/AGWA/git-crypt / write_be32

Function write_be32

util.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void write_be32 (std::ostream& out, uint32_t i)
105{
106 unsigned char buffer[4];
107 store_be32(buffer, i);
108 out.write(reinterpret_cast<const char*>(buffer), 4);
109}
110
111void* explicit_memset (void* s, int c, std::size_t n)
112{

Callers 1

storeMethod · 0.85

Calls 1

store_be32Function · 0.85

Tested by

no test coverage detected