summaryrefslogtreecommitdiff
path: root/predict_set.go
AgeCommit message (Collapse)Author
2019-11-18V2Eyal Posener
2017-11-04Filter matches as a final stageEyal Posener
This simplifies the prediction logic writing, the predictor doesn't need to filter our according to line matching, instead it returns everything and the filtering is done at the end. This does not break current behavior.
2017-05-11predict: split fileEyal Posener