MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / SerializePeerId

Function SerializePeerId

Telegram/SourceFiles/data/data_peer_id.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54quint64 SerializePeerId(PeerId id) {
55 Expects(!(id.value & (UserId::kReservedBit << 48)));
56
57 return id.value | (UserId::kReservedBit << 48);
58}

Callers 8

writeMethod · 0.85
serializeMethod · 0.85
writeMapMethod · 0.85
writeDraftsMethod · 0.85
writeDraftCursorsMethod · 0.85
writeTrustedPeersMethod · 0.85
writePeerFunction · 0.85
serializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected