Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework predicates in TransportGetSnapshotsAction (#79517)
`SnapshotPredicate` and `SnapshotPredicates` do almost the same thing and the way that the `SnapshotPredicates` is constructed is quite convoluted. This commit combines the two classes into one and simplifies the construction logic. Relates #79341
- Loading branch information