(&self)
| 1073 | } |
| 1074 | |
| 1075 | fn get_open_layout_element(&self) -> usize { |
| 1076 | let idx = *self.open_layout_element_stack.last().unwrap(); |
| 1077 | idx as usize |
| 1078 | } |
| 1079 | |
| 1080 | /// Returns the internal u32 id of the currently open element. |
| 1081 | pub fn get_open_element_id(&self) -> u32 { |
no outgoing calls
no test coverage detected