| 138 | |
| 139 | #[derive(Debug, Clone, PartialEq)] |
| 140 | pub struct CpcvPathAssignment { |
| 141 | pub path_id: usize, |
| 142 | pub split_for_group: Vec<usize>, |
| 143 | } |
| 144 | |
| 145 | #[derive(Debug, Clone, PartialEq)] |
| 146 | pub struct CpcvPathPerformance { |
nothing calls this directly
no outgoing calls
no test coverage detected