| 468 | |
| 469 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 470 | pub struct ErrorSolution { |
| 471 | pub id: i64, |
| 472 | pub pattern_id: i64, |
| 473 | pub solution: String, |
| 474 | pub outcome: String, |
| 475 | pub applied_at: u64, |
| 476 | pub token_cost: i64, |
| 477 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…