| 40 | |
| 41 | #[derive(Serialize, Clone, Copy, PartialEq, Debug)] |
| 42 | enum ProgressStep { |
| 43 | InitializingProject = 1, |
| 44 | AnalyzingHistory = 2, |
| 45 | GeneratingVisualization = 3, |
| 46 | } |
| 47 | |
| 48 | #[derive(Serialize, Clone)] |
| 49 | struct JobStatus { |
nothing calls this directly
no outgoing calls
no test coverage detected