| 226 | } |
| 227 | |
| 228 | rpl::producer<SublistUpdate> Changes::sublistFlagsValue( |
| 229 | not_null<SavedSublist*> sublist, |
| 230 | SublistUpdate::Flags flags) const { |
| 231 | return _sublistChanges.flagsValue(sublist, flags); |
| 232 | } |
| 233 | |
| 234 | rpl::producer<SublistUpdate> Changes::realtimeSublistUpdates( |
| 235 | SublistUpdate::Flag flag) const { |
nothing calls this directly
no test coverage detected