| 26 | |
| 27 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 28 | pub struct HighLevelRefactorRequest { |
| 29 | pub repository: String, |
| 30 | pub old_symbol: String, |
| 31 | pub new_symbol: String, |
| 32 | pub include_tests: bool, |
| 33 | } |
| 34 | |
| 35 | #[derive(Debug, Clone, Serialize, Deserialize, Default)] |
| 36 | pub struct RefactorStatus { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…