(&mut self, id: PlotId, plot: Plot)
| 472 | } |
| 473 | |
| 474 | pub fn insert(&mut self, id: PlotId, plot: Plot) { |
| 475 | self.plots.insert(id, plot); |
| 476 | } |
| 477 | |
| 478 | pub fn add(&mut self, mut plot: Plot) { |
| 479 | // generate a new id |
no outgoing calls
no test coverage detected