MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / be16

Function be16

src/os/linux/csv_export.cpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52inline u16 be16(u16 x) { return (u16)((x >> 8) | (x << 8)); }
53
54std::string fmt_addr(const SocketInfo& s, const std::array<u8,16>& a) {
55 if (s.family == SocketInfo::AF_INET6)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected