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

Function UniqueRowIdFromString

Telegram/SourceFiles/boxes/peer_list_box.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#include <QtWidgets/QApplication>
42
43[[nodiscard]] PeerListRowId UniqueRowIdFromString(const QString &d) {
44 return XXH64(d.data(), d.size() * sizeof(ushort), 0);
45}
46
47PaintRoundImageCallback PaintUserpicCallback(
48 not_null<PeerData*> peer,

Callers 9

ComputeRowIdFunction · 0.85
removeRowMethod · 0.85
LinkRowMethod · 0.85
ComputeRowIdFunction · 0.85
removeRowMethod · 0.85
VenueRowMethod · 0.85
rowPaintIconMethod · 0.85
UniqueRowIdFromEntryFunction · 0.85
BoostRowMethod · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected