(&self)
| 58 | |
| 59 | impl<'r> ConsoleOutput<'r> { |
| 60 | fn as_bytes(&self) -> &[u8] { |
| 61 | self.buf.as_bytes() |
| 62 | } |
| 63 | |
| 64 | fn visit_child_parent_topic(&mut self, topic: &ParentTopic) -> Result<()> { |
| 65 | match &self.git.fetch(self.repo_id, &topic.id) { |
no outgoing calls
no test coverage detected