(&mut self, snapshot: ModuleNamespaceSnapshot)
| 420 | } |
| 421 | |
| 422 | pub fn commit(&mut self, snapshot: ModuleNamespaceSnapshot) { |
| 423 | self.imports.commit(snapshot.0); |
| 424 | } |
| 425 | |
| 426 | pub fn rollback_to(&mut self, snapshot: ModuleNamespaceSnapshot) { |
| 427 | self.imports.rollback_to(snapshot.0); |
no outgoing calls
no test coverage detected