MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / MakeBigEndianNative

Function MakeBigEndianNative

libcppcryptfs/util/util.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75template<typename T>
76T MakeBigEndianNative(T n)
77{
78 return MakeBigEndian(n);
79}
80
81template unsigned short MakeBigEndianNative(unsigned short);
82

Callers 2

write_blockFunction · 0.85
AssociateMethod · 0.85

Calls 1

MakeBigEndianFunction · 0.85

Tested by

no test coverage detected