Returns the number of children.
(&self)
| 1221 | |
| 1222 | /// Returns the number of children. |
| 1223 | pub fn child_count(&self) -> u32 { |
| 1224 | self.child_count |
| 1225 | } |
| 1226 | |
| 1227 | /// Returns the metadata flags. |
| 1228 | pub fn meta(&self) -> crate::format::MetaByte { |
no outgoing calls