(&self)
| 231 | } |
| 232 | |
| 233 | pub fn get_weight(&self) -> f32 { |
| 234 | self.quality.compute_quality_score() |
| 235 | } |
| 236 | |
| 237 | pub fn convert_to_prompt(&self) -> Vec<String> { |
| 238 | let calls: &Vec<String> = &self.get_quality().critical_calls; |
no test coverage detected