(self, git_chain: &GitChain)
| 79 | } |
| 80 | |
| 81 | pub fn remove_from_chain(self, git_chain: &GitChain) -> Result<(), Error> { |
| 82 | Branch::delete_all_configs(git_chain, &self.branch_name) |
| 83 | } |
| 84 | |
| 85 | pub fn get_branch_with_chain( |
| 86 | git_chain: &GitChain, |
no outgoing calls
no test coverage detected