| 667 | bool allLocations = false) const = 0; |
| 668 | |
| 669 | void getPushLocations(std::vector<Tag> const& tags, std::vector<int>& locations, bool allLocations = false) { |
| 670 | getPushLocations(VectorRef<Tag>((Tag*)&tags.front(), tags.size()), locations, allLocations); |
| 671 | } |
| 672 | |
| 673 | virtual bool hasRemoteLogs() const = 0; |
| 674 |
no test coverage detected