| AddToBitmapFilter |
A RevFilter that adds the visited commits to bitmap as a side
effect.
|
| AddToBitmapWithCacheFilter |
A RevFilter that adds the visited commits to bitmap as a side effect.
|
| AddUnseenToBitmapFilter |
A RevFilter that adds the visited commits to bitmap as a side
effect.
|
| BitmappedObjectReachabilityChecker |
Checks if all objects are reachable from certain starting points using
bitmaps.
|
| BitmappedReachabilityChecker |
Checks the reachability using bitmaps.
|
| BitmappedReachabilityChecker.ReachedFilter |
This filter emits commits that were not bitmap-reachable from anything
visited before.
|
| PedestrianObjectReachabilityChecker |
Checks if all objects are reachable from certain starting points doing a
walk.
|
| PedestrianReachabilityChecker |
Checks the reachability walking the graph from the starters towards the
target.
|