Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
quint64 SerializePeerId(PeerId id) {
55
Expects(!(id.value & (UserId::kReservedBit << 48)));
56
57
return id.value | (UserId::kReservedBit << 48);
58
}
Callers
8
write
Method · 0.85
serialize
Method · 0.85
writeMap
Method · 0.85
writeDrafts
Method · 0.85
writeDraftCursors
Method · 0.85
writeTrustedPeers
Method · 0.85
writePeer
Function · 0.85
serialize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected