Method
hide
(&mut self, s: S, d: D, name: &Name)
Source from the content-addressed store, hash-verified
| 193 | } |
| 194 | |
| 195 | pub fn hide(&mut self, s: S, d: D, name: &Name) -> io::Result<()> { |
| 196 | self.show(s, d, name) |
| 197 | } |
| 198 | |
| 199 | pub fn add_to_list( |
| 200 | &mut self, |
Tested by
no test coverage detected