| 147 | } |
| 148 | |
| 149 | rpl::producer<HistoryUpdate> Changes::historyUpdates( |
| 150 | HistoryUpdate::Flags flags) const { |
| 151 | return _historyChanges.updates(flags); |
| 152 | } |
| 153 | |
| 154 | rpl::producer<HistoryUpdate> Changes::historyUpdates( |
| 155 | not_null<History*> history, |
no test coverage detected