Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
template<typename T>
76
T MakeBigEndianNative(T n)
77
{
78
return MakeBigEndian(n);
79
}
80
81
template unsigned short MakeBigEndianNative(unsigned short);
82
Callers
2
write_block
Function · 0.85
Associate
Method · 0.85
Calls
1
MakeBigEndian
Function · 0.85
Tested by
no test coverage detected