Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ le64toh
Function
le64toh
src/compat/endian.h:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
146
#if HAVE_DECL_LE64TOH == 0
147
inline uint64_t le64toh(uint64_t little_endian_64bits)
148
{
149
return bswap_64(little_endian_64bits);
150
}
151
#endif // HAVE_DECL_LE64TOH
152
153
#else // WORDS_BIGENDIAN
Callers
3
ser_readdata64
Function · 0.85
Unser
Method · 0.85
ReadLE64
Function · 0.85
Calls
1
bswap_64
Function · 0.85
Tested by
no test coverage detected