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

Method skippedAfter

Telegram/SourceFiles/data/data_sparse_ids.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57std::optional<int> SparseIdsMergedSlice::skippedAfter() const {
58 return _unsorted
59 ? _unsorted->skippedAfter()
60 : Add(
61 isolatedInMigrated() ? _part.fullCount() : _part.skippedAfter(),
62 isolatedInPart() ? 0 : _migrated->skippedAfter()
63 );
64}
65
66std::optional<int> SparseIdsMergedSlice::indexOf(
67 FullMsgId fullId) const {

Callers 9

playlistOtherKeyMethod · 0.45
moveInPlaylistMethod · 0.45
isolatedInSliceMethod · 0.45
HistoryMessagesViewerFunction · 0.45
isolatedInMigratedMethod · 0.45
PollMessagesViewerFunction · 0.45
setupPinnedTrackerMethod · 0.45
refreshViewerMethod · 0.45
listSourceMethod · 0.45

Calls 1

fullCountMethod · 0.45

Tested by

no test coverage detected