(&self)
| 54 | } |
| 55 | |
| 56 | pub fn mutation(&self) -> Mutation { |
| 57 | self.git.mutation(IndexMode::Update).unwrap() |
| 58 | } |
| 59 | |
| 60 | pub fn copy(fixture_dirname: &str) -> Self { |
| 61 | let fixture = Fixtures::blank(fixture_dirname); |
no outgoing calls
no test coverage detected