get the reference of vars storage in currrent path.
(&self)
| 537 | |
| 538 | /// get the reference of vars storage in currrent path. |
| 539 | fn get_current_storage(&self) -> &Storage<T> { |
| 540 | self.path_storage.get(&self.path_id).unwrap() |
| 541 | } |
| 542 | |
| 543 | /// get mutable reference var stores in currrent path. |
| 544 | fn get_current_storage_mut(&mut self) -> &mut HashMap<VarName, Symbol<T>> { |
no outgoing calls
no test coverage detected