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

Function writeImageLocation

Telegram/SourceFiles/storage/serialize_peer.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void writeImageLocation(QDataStream &stream, const ImageLocation &location) {
91 stream << kModernImageLocationTag << location.serialize();
92}
93
94std::optional<ImageLocation> readImageLocation(
95 int streamAppVersion,

Callers 3

writeStickerSetMethod · 0.85
writeToStreamMethod · 0.85
writePeerFunction · 0.85

Calls 1

serializeMethod · 0.45

Tested by

no test coverage detected