| 130 | } |
| 131 | |
| 132 | interface ExampleByPath { |
| 133 | prediction_mode: PredictionMode; |
| 134 | path: string; |
| 135 | status: Status; |
| 136 | prediction: Prediction | null; |
| 137 | } |
| 138 | |
| 139 | type ExamplesByPath = ExampleByPath[]; |
| 140 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…